pub unsafe fn HlinkCreateShortcutFromString<P0, P1, P2, P3>(
    grfhlshortcutf: u32,
    pwztarget: P0,
    pwzlocation: P1,
    pwzdir: P2,
    pwzfilename: P3,
    ppwzshortcutfile: *mut PWSTR,
    dwreserved: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,