pub unsafe extern "C" fn wc_ChaCha20Poly1305_Encrypt(
inKey: *const byte,
inIV: *const byte,
inAAD: *const byte,
inAADLen: word32,
inPlaintext: *const byte,
inPlaintextLen: word32,
outCiphertext: *mut byte,
outAuthTag: *mut byte,
) -> c_int