Function mlua_sys::lua51::lua::lua_getupvalue
source · pub unsafe extern "C" fn lua_getupvalue(
L: *mut lua_State,
funcindex: c_int,
n: c_int
) -> *const c_char
Available on crate features
lua51
or luajit
only.