#[unsafe(no_mangle)]pub unsafe extern "C" fn enough_token_destroy(
token: *mut FfiCancellationToken,
)Expand description
Destroy a token.
ยงSafety
tokenmust be a valid pointer returned byenough_token_create, or null (which is a no-op)- The pointer must not be used after this call