Function pyo3_ffi::PyCapsule_SetDestructor

source ยท
pub unsafe extern "C" fn PyCapsule_SetDestructor(
    capsule: *mut PyObject,
    destructor: Option<PyCapsule_Destructor>
) -> c_int