ms_crc32c

Function ms_crc32c 

Source
pub unsafe extern "C" fn ms_crc32c(
    input: *const u8,
    length: c_int,
    previousCRC32C: u32,
) -> u32
Expand description

Return CRC32C value of supplied buffer, with optional starting CRC32C value