[][src]Function pm_rlua::lua_getupvalue

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