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