PyTime_ObjectToTimespec method Null safety
Implementation
int PyTime_ObjectToTimespec(
ffi.Pointer<PyObject> obj,
ffi.Pointer<ffi.Int64> sec,
ffi.Pointer<ffi.Int64> nsec,
int arg3,
) {
return _PyTime_ObjectToTimespec(
obj,
sec,
nsec,
arg3,
);
}