pub unsafe fn UrlCreateFromPathW<P0>(
    pszpath: P0,
    pszurl: PWSTR,
    pcchurl: *mut u32,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,