Function windows::Win32::Security::Authentication::Identity::SLActivateProduct
pub unsafe fn SLActivateProduct<P0>(
hslc: *const c_void,
pproductskuid: *const GUID,
cbappspecificdata: u32,
pvappspecificdata: Option<*const c_void>,
pactivationinfo: Option<*const SL_ACTIVATION_INFO_HEADER>,
pwszproxyserver: P0,
wproxyport: u16,
) -> Result<()>where
P0: Param<PCWSTR>,