pub unsafe fn WinHttpGetProxyForUrlEx2<P0>(
    hresolver: *const c_void,
    pcwszurl: P0,
    pautoproxyoptions: *const WINHTTP_AUTOPROXY_OPTIONS,
    pinterfaceselectioncontext: Option<&[u8]>,
    pcontext: usize
) -> u32
where P0: IntoParam<PCWSTR>,