pub unsafe extern "C" fn atcab_aes_gcm_aad_update(
    ctx: *mut atca_aes_gcm_ctx_t,
    aad: *const u8,
    aad_size: u32
) -> ATCA_STATUS