devela::_dep::pyo3::ffi

Function PyCapsule_IsValid

pub unsafe extern "C" fn PyCapsule_IsValid(
    capsule: *mut PyObject,
    name: *const i8,
) -> i32 
Available on crate features dep_pyo3 and std only.