pub unsafe extern "C" fn ms_crc32c( input: *const u8, length: c_int, previousCRC32C: u32, ) -> u32
Return CRC32C value of supplied buffer, with optional starting CRC32C value