GALANTHUS / ABI FUNCTION REFERENCE
gln_destroy_wise_token_store
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API void GLN_CALL gln_destroy_wise_token_store(gln_wise_token_store_t* in_store);
Purpose
Releases the caller-owned Wise token store handle passed to this function.
After release, any borrowed pointers obtained from that object are invalid and the released handle must not be used again.
Return
Returns no value.
| Type | Nullability | Ownership |
|---|---|---|
void | value | value |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_store | input | gln_wise_token_store_t* | nonnull | borrowed |