#[unsafe(no_mangle)]pub unsafe extern "C" fn test_clock_next_time(
clock: &mut TestClock_API,
name_ptr: *const c_char,
) -> UnixNanos
Expand description
ยงSafety
Assumes name_ptr
is a valid C string pointer.
#[unsafe(no_mangle)]pub unsafe extern "C" fn test_clock_next_time(
clock: &mut TestClock_API,
name_ptr: *const c_char,
) -> UnixNanos
Assumes name_ptr
is a valid C string pointer.