pub unsafe fn AssocQueryStringA<P0, P1>(
    flags: ASSOCF,
    str: ASSOCSTR,
    pszassoc: P0,
    pszextra: P1,
    pszout: PSTR,
    pcchout: *mut u32
) -> HRESULT
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,