pub unsafe fn HlinkResolveShortcutToMoniker<P0>(
    pwzshortcutfilename: P0,
    ppimktarget: *mut Option<IMoniker>,
    ppwzlocation: *mut PWSTR
) -> Result<()>
where P0: IntoParam<PCWSTR>,