pyo3_ffi

Function PyBuffer_GetPointer

Source
pub unsafe extern "C" fn PyBuffer_GetPointer(
    view: *mut Py_buffer,
    indices: *mut Py_ssize_t,
) -> *mut c_void
Available on non-Py_3_11 and non-Py_LIMITED_API only.