[−][src]Function pyo3::ffi::PyCapsule_New
pub unsafe extern "C" fn PyCapsule_New(
pointer: *mut c_void,
name: *const c_char,
destructor: Option<PyCapsule_Destructor>
) -> *mut PyObject
pub unsafe extern "C" fn PyCapsule_New(
pointer: *mut c_void,
name: *const c_char,
destructor: Option<PyCapsule_Destructor>
) -> *mut PyObject