pub unsafe extern "C" fn Py_HashBuffer(
ptr: *const c_void,
len: Py_ssize_t,
) -> Py_hash_tAvailable on
Py_3_14 and neither Py_LIMITED_API nor RustPython only.pub unsafe extern "C" fn Py_HashBuffer(
ptr: *const c_void,
len: Py_ssize_t,
) -> Py_hash_tPy_3_14 and neither Py_LIMITED_API nor RustPython only.