pub unsafe extern "C" fn atcab_hex2bin(
    ascii_hex: *const c_char,
    ascii_hex_len: size_t,
    binary: *mut u8,
    bin_len: *mut size_t
) -> ATCA_STATUS