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