pub fn ensure_zeros<B: Buf>(buf: &mut B, size: usize) -> Result<(), Error>
Ensures the next size bytes are all zeroes in the provided buffer, returning an Error otherwise.
size