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