#[unsafe(no_mangle)]pub unsafe extern "C" fn laminar_subscription_free(
handle: *mut LaminarSubscriptionHandle,
)Expand description
Free a subscription handle, cancelling it first if still active.
ยงSafety
handle must be a valid handle from laminar_subscribe_callback, or NULL.