crc_buf
thecrc = crc_buf(thecrc, buf, (size_t)nr);
uint32_t crc_buf(uint32_t, const void *, size_t);
h = crc_buf(0, str, strlen(str));