#[unsafe(no_mangle)]pub extern "C" fn test_clock_cancel_default_handler(
clock: &mut TestClock_API,
)Expand description
Cancels the default callback handler for TestClock (releases the held callback).
#[unsafe(no_mangle)]pub extern "C" fn test_clock_cancel_default_handler(
clock: &mut TestClock_API,
)Cancels the default callback handler for TestClock (releases the held callback).