PyTime_AsTimeval method Null safety
Implementation
int PyTime_AsTimeval(
int t,
ffi.Pointer<timeval> tv,
int round,
) {
return _PyTime_AsTimeval(
t,
tv,
round,
);
}
int PyTime_AsTimeval(
int t,
ffi.Pointer<timeval> tv,
int round,
) {
return _PyTime_AsTimeval(
t,
tv,
round,
);
}