Function PyCapsule_New
pub unsafe extern "C" fn PyCapsule_New(
pointer: *mut c_void,
name: *const i8,
destructor: Option<unsafe extern "C" fn(_: *mut PyObject)>,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.