PyTime_ObjectToTime_t method Null safety
Implementation
int PyTime_ObjectToTime_t(
ffi.Pointer<PyObject> obj,
ffi.Pointer<ffi.Int64> sec,
int arg2,
) {
return _PyTime_ObjectToTime_t(
obj,
sec,
arg2,
);
}
int PyTime_ObjectToTime_t(
ffi.Pointer<PyObject> obj,
ffi.Pointer<ffi.Int64> sec,
int arg2,
) {
return _PyTime_ObjectToTime_t(
obj,
sec,
arg2,
);
}