PyCapsule_SetDestructor

Function PyCapsule_SetDestructor 

Source
pub unsafe extern "C" fn PyCapsule_SetDestructor(
    capsule: *mut PyObject,
    destructor: Option<unsafe extern "C" fn(*mut PyObject)>,
) -> i32