pub fn check_integer(state: &mut LuaState, arg: i32) -> Result<i64, LuaError>
Return the integer at arg as i64; raise if not an integer-convertible number.
arg
i64