pub unsafe fn AssocQueryStringByKeyW<P0, P1>(
    flags: ASSOCF,
    str: ASSOCSTR,
    hkassoc: P0,
    pszextra: P1,
    pszout: PWSTR,
    pcchout: *mut u32
) -> HRESULT
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>,