pub unsafe extern "C" fn clock_nanosleep(
    __clock_id: clockid_t,
    __flags: c_int,
    __req: *const timespec,
    __rem: *mut timespec
) -> c_int