pub unsafe extern "C" fn nros_platform_timer_destroy(
handle: *mut c_void,
)Expand description
Cancel + free the timer. Drains in-flight callback invocations
before returning so user_data is no longer accessed. Idempotent
on already-destroyed handles.