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