Function windows::Win32::UI::Shell::UrlGetPartA

pub unsafe fn UrlGetPartA<P0>(
    pszin: P0,
    pszout: PSTR,
    pcchout: *mut u32,
    dwpart: u32,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<PCSTR>,