pub unsafe extern "C" fn atcab_bin2hex_(
    bin: *const u8,
    bin_size: size_t,
    hex: *mut c_char,
    hex_size: *mut size_t,
    is_pretty: bool,
    is_space: bool,
    is_upper: bool
) -> ATCA_STATUS