Function pyo3::ffi::PyBuffer_GetPointer

source ยท
pub unsafe extern "C" fn PyBuffer_GetPointer(
    view: *mut Py_buffer,
    indices: *mut isize,
) -> *mut c_void