Function pyo3::ffi::PyBuffer_GetPointer

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