pub unsafe fn DavGetUNCFromHTTPPath<P0>(
    url: P0,
    uncpath: PWSTR,
    lpsize: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,