pub unsafe fn luaL_optstring( l: *mut State, arg: c_int, default: *const c_char, ) -> *const c_char
Equivalent to the luaL_optstring C macro.
luaL_optstring
l must be a valid pointer to a Lua state.
l