ffi.Pointer<tm> gmtime_r( ffi.Pointer<time_t> arg0, ffi.Pointer<tm> arg1, ) { return _gmtime_r( arg0, arg1, ); }