pub unsafe fn MsiGetShortcutTargetW<P0>(
    szshortcutpath: P0,
    szproductcode: PWSTR,
    szfeatureid: PWSTR,
    szcomponentcode: PWSTR
) -> u32
where P0: IntoParam<PCWSTR>,