PyObject_CallMethod_SizeT method Null safety
Implementation
ffi.Pointer<PyObject> PyObject_CallMethod_SizeT(
ffi.Pointer<PyObject> obj,
ffi.Pointer<ffi.Int8> name,
ffi.Pointer<ffi.Int8> format,
) {
return _PyObject_CallMethod_SizeT(
obj,
name,
format,
);
}