Function pyo3::ffi::PyCapsule_GetDestructor

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