#[unsafe(no_mangle)]pub extern "C" fn enough_token_create_never() -> *mut FfiCancellationTokenExpand description
Create a “never cancelled” token.
This token will never report as cancelled. Must be destroyed with
enough_token_destroy.
#[unsafe(no_mangle)]pub extern "C" fn enough_token_create_never() -> *mut FfiCancellationTokenCreate a “never cancelled” token.
This token will never report as cancelled. Must be destroyed with
enough_token_destroy.