pub fn opt_integer( state: &mut LuaState, arg: i32, def: i64, ) -> Result<i64, LuaError>
Return the integer at arg; if absent/nil return def.
arg
def