pub unsafe extern "C" fn PyBuffer_FillInfo( view: *mut Py_buffer, o: *mut PyObject, buf: *mut c_void, len: isize, readonly: i32, flags: i32, ) -> i32