Function PyErr_ResourceWarning
pub unsafe extern "C" fn PyErr_ResourceWarning(
source: *mut PyObject,
stack_level: isize,
format: *const i8,
...
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.