Function AssocQueryStringW
pub unsafe fn AssocQueryStringW<P2, P3>(
    flags: ASSOCF,
    str: ASSOCSTR,
    pszassoc: P2,
    pszextra: P3,
    pszout: Option<PWSTR>,
    pcchout: *mut u32,
) -> HRESULTwhere
    P2: Param<PCWSTR>,
    P3: Param<PCWSTR>,