public HUnicodeOptions(HUnicodeOptions in_data) : this(HCSMVOPINVOKE.new_HUnicodeOptions__SWIG_1(HUnicodeOptions.getCPtr(in_data)), true)
 {
     if (HCSMVOPINVOKE.SWIGPendingException.Pending)
     {
         throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public static HandleRef getCPtr(HUnicodeOptions obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }