Skip to main content

PyBuffer_GetPointer

Function PyBuffer_GetPointer 

Source
pub unsafe extern "C" fn PyBuffer_GetPointer(
    view: *const Py_buffer,
    indices: *const Py_ssize_t,
) -> *mut c_void
Available on Py_3_11 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here