Skip to main content

PyCapsule_GetPointer

Function PyCapsule_GetPointer 

pub unsafe extern "C" fn PyCapsule_GetPointer(
    capsule: *mut PyObject,
    name: *const i8,
) -> *mut c_void
Available on crate feature tls only.