Function pyo3::ffi::PyCapsule_SetPointer

source ·
pub unsafe extern "C" fn PyCapsule_SetPointer(
    capsule: *mut PyObject,
    pointer: *mut c_void
) -> i32