pub unsafe extern "C" fn atcab_reversal(
    bin: *const u8,
    bin_size: size_t,
    dest: *mut u8,
    dest_size: *mut size_t
) -> ATCA_STATUS