Function mlua_sys::lua51::lauxlib::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.