pub fn crc32c(data: &[u8]) -> u32
Computes the CRC for the data payload.
Equivalent to calling crc32c_append(0, data).
crc32c_append(0, data)