pub unsafe extern "C" fn wc_AesGcmEncrypt_ex(
aes: *mut Aes,
out: *mut byte,
in_: *const byte,
sz: word32,
ivOut: *mut byte,
ivOutSz: word32,
authTag: *mut byte,
authTagSz: word32,
authIn: *const byte,
authInSz: word32,
) -> c_int