Function windows::Win32::UI::Shell::AssocQueryStringW

pub unsafe fn AssocQueryStringW<P0, P1>(
    flags: ASSOCF,
    str: ASSOCSTR,
    pszassoc: P0,
    pszextra: P1,
    pszout: PWSTR,
    pcchout: *mut u32,
) -> HRESULT
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,