public static Pointer createSelector(String s) {
   return myFoundationLibrary.sel_registerName(s);
 }