#[unsafe(no_mangle)]pub extern "C" fn test_clock_cancel_callbacks(
clock: &mut TestClock_API,
)Expand description
Cancels all registered named callbacks for TestClock (releases held callbacks).
#[unsafe(no_mangle)]pub extern "C" fn test_clock_cancel_callbacks(
clock: &mut TestClock_API,
)Cancels all registered named callbacks for TestClock (releases held callbacks).