Function windows::Win32::UI::Shell::UrlGetPartW

pub unsafe fn UrlGetPartW<P0>(
    pszin: P0,
    pszout: PWSTR,
    pcchout: *mut u32,
    dwpart: u32,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,