pub unsafe fn HlinkCreateShortcutFromString<'a>(
grfhlshortcutf: u32,
pwztarget: impl IntoParam<'a, PWSTR>,
pwzlocation: impl IntoParam<'a, PWSTR>,
pwzdir: impl IntoParam<'a, PWSTR>,
pwzfilename: impl IntoParam<'a, PWSTR>,
ppwzshortcutfile: *mut PWSTR,
dwreserved: u32,
) -> Result<()>