Function nanosleep

pub unsafe extern "C" fn nanosleep(
    rqtp: *const timespec,
    rmtp: *mut timespec,
) -> i32
Available on crate feature dep_sdl2 only.