Skip to main content

PyBuffer_GetPointer

Function PyBuffer_GetPointer 

pub unsafe extern "C" fn PyBuffer_GetPointer(
    view: *const Py_buffer,
    indices: *const isize,
) -> *mut c_void
Available on crate feature tls only.