pub unsafe fn MsiGetShortcutTargetA<P0>(
    szshortcutpath: P0,
    szproductcode: PSTR,
    szfeatureid: PSTR,
    szcomponentcode: PSTR
) -> u32
where P0: IntoParam<PCSTR>,