public static void BGL_S32VSET(s32vector v, int l, int o) { v.objs[l] = o; }
public static int BGL_S32VREF(s32vector v, int l) { return v.objs[l]; }