Function pyo3::ffi::PyCapsule_GetDestructor

source ยท
pub unsafe extern "C" fn PyCapsule_GetDestructor(
    capsule: *mut PyObject,
) -> Option<unsafe extern "C" fn(_: *mut PyObject)>