pub unsafe fn PathCreateFromUrlAlloc<P0>(
    pszin: P0,
    ppszout: *mut PWSTR,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,