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