public static void PushValue(IntPtr ptr, LuaCSFunction f)
 {
     LuaState.PushCSFunction(ptr, f);
 }