static void Reset_cb(IntPtr inst)
 {
     try {
         IConverterImplementor __obj = GLib.Object.GetObject(inst, false) as IConverterImplementor;
         __obj.Reset();
     } catch (Exception e) {
         GLib.ExceptionManager.RaiseUnhandledException(e, false);
     }
 }