int nanosleep( ffi.Pointer<timespec> __rqtp, ffi.Pointer<timespec> __rmtp, ) { return _nanosleep( __rqtp, __rmtp, ); }