pub unsafe extern "C" fn atcab_aes_encrypt(
    key_id: u16,
    key_block: u8,
    plaintext: *const u8,
    ciphertext: *mut u8
) -> ATCA_STATUS