Function _Py_HashBytes
pub unsafe extern "C" fn _Py_HashBytes(
src: *const c_void,
len: isize,
) -> isizeAvailable on crate feature
tls and neither Py_LIMITED_API nor PyPy only.