pub unsafe extern "C" fn atcab_aes_gcm_decrypt_update(
ctx: *mut atca_aes_gcm_ctx_t,
ciphertext: *const u8,
ciphertext_size: u32,
plaintext: *mut u8,
) -> ATCA_STATUSpub unsafe extern "C" fn atcab_aes_gcm_decrypt_update(
ctx: *mut atca_aes_gcm_ctx_t,
ciphertext: *const u8,
ciphertext_size: u32,
plaintext: *mut u8,
) -> ATCA_STATUS