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