Function clock_nanosleep

Source
pub unsafe extern "C" fn clock_nanosleep(
    __clock: clockid_t,
    __flags: c_int,
    __time: *const timespec,
    __remainder: *mut timespec,
) -> c_int