windows::Win32::Security::Authentication::Identity

Function SspiExcludePackage

pub unsafe fn SspiExcludePackage<P1>(
    authidentity: Option<*const c_void>,
    pszpackagename: P1,
    ppnewauthidentity: *mut *mut c_void,
) -> Result<()>
where P1: Param<PCWSTR>,