PyErr_ResourceWarning method Null safety
Implementation
int PyErr_ResourceWarning(
ffi.Pointer<PyObject> source,
int stack_level,
ffi.Pointer<ffi.Int8> format,
) {
return _PyErr_ResourceWarning(
source,
stack_level,
format,
);
}