atcab_hex2bin_

Function atcab_hex2bin_ 

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