[][src]Function libdc1394_sys::dc1394_checksum_crc16

pub unsafe extern "C" fn dc1394_checksum_crc16(
    buffer: *const u8,
    buffer_size: u32
) -> u16

Calculates the CRC16 checksum of a memory region. Useful to verify the CRC of an image buffer, for instance.