[DllImport("abci")] static extern void aeSetConfig(IntPtr ctx, ref aeConfig conf);
[DllImport("abci")] public static extern void aeSetConfig(aeContext ctx, ref aeConfig conf);
public void SetConfig(ref aeConfig conf) { aeSetConfig(self, ref conf); }