pub unsafe extern "C" fn atCRC(
    length: size_t,
    data: *const u8,
    crc_le: *mut u8
)