public static void RubberBandStretcher_SetDefaultDebugLevel(int level)
 {
     if (IntPtr.Size == 8)
     {
         RubberBandNativeMethodsx64.RubberBandStretcher_SetDefaultDebugLevel(level);
     }
     else
     {
         RubberBandNativeMethodsWin32.RubberBandStretcher_SetDefaultDebugLevel(level);
     }
 }