pub unsafe fn WinHttpGetProxyForUrlEx<P0>(
    hresolver: *const c_void,
    pcwszurl: P0,
    pautoproxyoptions: *const WINHTTP_AUTOPROXY_OPTIONS,
    pcontext: usize
) -> u32
where P0: IntoParam<PCWSTR>,