Function pyo3::ffi::PyCapsule_New[][src]

pub unsafe extern "C" fn PyCapsule_New(
    pointer: *mut c_void,
    name: *const c_char,
    destructor: Option<PyCapsule_Destructor>
) -> *mut PyObject