pub fn check_lstring( state: &mut LuaState, arg: i32, ) -> Result<GcRef<LuaString>, LuaError>
Return the string at arg as bytes; raise a type error if not a string.
arg