#[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.
#[no_mangle]
pub unsafe extern "C" fn test_clock_next_time(
clock: &mut TestClock_API,
name_ptr: *const c_char,
) -> UnixNanos
name_ptr
is a valid C string pointer.