Function rlua::ffi::lua_upvalueid

pub unsafe extern "C-unwind" fn lua_upvalueid(
    L: *mut lua_State,
    fidx: i32,
    n: i32
) -> *mut c_void