ffi.Pointer<tm> gmtime_r( ffi.Pointer<ffi.Int64> __timer, ffi.Pointer<tm> __tp, ) { return _gmtime_r( __timer, __tp, ); }