public static int RubberBandStretcher_Available(IntPtr rbs)
 {
     if (IntPtr.Size == 8)
     {
         return(RubberBandNativeMethodsx64.RubberBandStretcher_Available(rbs));
     }
     else
     {
         return(RubberBandNativeMethodsWin32.RubberBandStretcher_Available(rbs));
     }
 }