Skip to content

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);
  • Family: Destroy and release functions
  • Return type: void

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.

TypeNullabilityOwnership
voidvaluevalue

Parameters

NameDirectionTypeNullabilityOwnership
in_storeinputgln_wise_token_store_t*nonnullborrowed

See Also