public static extern int otrl_message_receiving( IntPtr userState, ref OtrlMessageAppOps messageAppOps, IntPtr opData, string accountName, string protocol, string sender, string message, out IntPtr newmessagep, IntPtr tlvsp, out IntPtr contextp, add_app_data add_app_data, IntPtr data );
unsafe public static extern int otrl_message_sending( IntPtr us, ref OtrlMessageAppOps ops, IntPtr opdata, string accountname, string protocol, string recipient, InstanceTag instag, string original_msg, //ref OtrlTLV tlvs, IntPtr tlvs, out IntPtr messagep, OtrlFragmentPolicy fragPolicy, //ref IntPtr contextp, out IntPtr contextp, add_app_data add_app_data, IntPtr data );
public static extern int otrl_privkey_read_fingerprints(IntPtr us, string filename, add_app_data add_app_data, IntPtr data);
public static unsafe extern int otrl_message_sending( IntPtr us, ref OtrlMessageAppOps ops, IntPtr opdata, string accountname, string protocol, string recipient, InstanceTag instag, string original_msg, //ref OtrlTLV tlvs, IntPtr tlvs, out IntPtr messagep, OtrlFragmentPolicy fragPolicy, //ref IntPtr contextp, out IntPtr contextp, add_app_data add_app_data, IntPtr data );