pub unsafe extern "C" fn clock_nanosleep(
    clk_id: i32,
    flags: i32,
    rqtp: *const timespec,
    rmtp: *mut timespec
) -> i32