mlua_sys::lua51::lauxlib

Function luaL_findtable

Source
pub unsafe extern "C-unwind" fn luaL_findtable(
    L: *mut lua_State,
    idx: c_int,
    fname: *const c_char,
    szhint: c_int,
) -> *const c_char
Available on crate features lua51 or luajit only.