Function windows::Win32::Security::Authentication::Identity::SLGetProductSkuInformation
pub unsafe fn SLGetProductSkuInformation<P0>(
hslc: *const c_void,
pproductskuid: *const GUID,
pwszvaluename: P0,
pedatatype: Option<*mut SLDATATYPE>,
pcbvalue: *mut u32,
ppbvalue: *mut *mut u8,
) -> Result<()>where
P0: Param<PCWSTR>,