[go: up one dir, main page]

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