nautilus_common::ffi::clock

Function test_clock_register_default_handler

source
#[no_mangle]
pub unsafe extern "C" fn test_clock_register_default_handler(
    clock: &mut TestClock_API,
    callback_ptr: *mut PyObject,
)
Expand description

ยงSafety

  • Assumes callback_ptr is a valid PyCallable pointer.