/// Test if all bytes are zeroed.
///
/// # Safety
///
/// `ptr` needs to be non-null and initialized to the length specified in `len`.
pub unsafe
/// Hash the given collection of bytes.
///
/// # Safety
///
/// `ptr` needs to be non-null and initialized to the length specified in `len`.
pub unsafe