Function PyCapsule_SetDestructor
pub unsafe extern "C" fn PyCapsule_SetDestructor(
capsule: *mut PyObject,
destructor: Option<unsafe extern "C" fn(_: *mut PyObject)>,
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.