Function windows::Win32::Security::Authentication::Identity::SLConsumeRight
pub unsafe fn SLConsumeRight<P0>(
hslc: *const c_void,
pappid: *const GUID,
pproductskuid: Option<*const GUID>,
pwszrightname: P0,
pvreserved: Option<*const c_void>,
) -> Result<()>where
P0: Param<PCWSTR>,