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