mlua_sys::lua52::lauxlib

Function luaL_optstring

Source
pub unsafe fn luaL_optstring(
    L: *mut lua_State,
    n: c_int,
    d: *const c_char,
) -> *const c_char
Available on crate feature lua52 only.