PyCapsule_SetPointer

Function PyCapsule_SetPointer 

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