Skip to main content

_Py_HashBytes

Function _Py_HashBytes 

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