Function pyo3::ffi::PyObject_CheckBuffer

source ·
pub unsafe extern "C" fn PyObject_CheckBuffer(
    obj: *mut PyObject
) -> i32
Available on Py_3_9 and neither PyPy nor GraalPy and non-Py_3_11 only.