pub fn crc32c(data: &[u8]) -> i64
Computes the CRC-32C value of the given bytes.
query I select crc32c(''::bytea); ---- 0 query I select crc32c('\x00'::bytea); ---- 1383945041