pub unsafe extern "C" fn chacha20poly1305_init( st: *mut chacha20poly1305_state, key: *const c_uchar, keylen: c_ulong, ) -> c_int