PyLong_AsTime_t method Null safety
Implementation
int PyLong_AsTime_t(
ffi.Pointer<PyObject> obj,
) {
return _PyLong_AsTime_t(
obj,
);
}
int PyLong_AsTime_t(
ffi.Pointer<PyObject> obj,
) {
return _PyLong_AsTime_t(
obj,
);
}