pub unsafe extern "C-unwind" fn luaL_findtable(
L: *mut lua_State,
idx: i32,
fname: *const i8,
szhint: i32,
) -> *const i8Available on crate feature
mlua and (crate features lua51 or luajit) only.