PyTime_AsTimevalTime_t method Null safety
Implementation
int PyTime_AsTimevalTime_t(
int t,
ffi.Pointer<ffi.Int64> secs,
ffi.Pointer<ffi.Int32> us,
int round,
) {
return _PyTime_AsTimevalTime_t(
t,
secs,
us,
round,
);
}
int PyTime_AsTimevalTime_t(
int t,
ffi.Pointer<ffi.Int64> secs,
ffi.Pointer<ffi.Int32> us,
int round,
) {
return _PyTime_AsTimevalTime_t(
t,
secs,
us,
round,
);
}