Function pyo3::ffi::PyCapsule_New

source ·
pub unsafe extern "C" fn PyCapsule_New(
    pointer: *mut c_void,
    name: *const i8,
    destructor: Option<unsafe extern "C" fn(_: *mut PyObject)>
) -> *mut PyObject
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here