pub unsafe fn WinHttpCreateUrl(
    lpurlcomponents: *const URL_COMPONENTS,
    dwflags: WIN_HTTP_CREATE_URL_FLAGS,
    pwszurl: PWSTR,
    pdwurllength: *mut u32
) -> Result<()>