Function windows::Win32::Security::Authentication::Identity::AddSecurityPackageW
pub unsafe fn AddSecurityPackageW<P0>(
pszpackagename: P0,
poptions: Option<*const SECURITY_PACKAGE_OPTIONS>,
) -> Result<()>where
P0: Param<PCWSTR>,