Function windows::Win32::Security::Authentication::Identity::SspiExcludePackage
pub unsafe fn SspiExcludePackage<P0>(
authidentity: Option<*const c_void>,
pszpackagename: P0,
ppnewauthidentity: *mut *mut c_void,
) -> Result<()>where
P0: Param<PCWSTR>,