[][src]Function luajit2_sys::lua_getupvalue

pub unsafe extern "C" fn lua_getupvalue(
    L: *mut lua_State,
    funcindex: c_int,
    n: c_int
) -> *const c_char