Function HlinkCreateShortcut
pub unsafe fn HlinkCreateShortcut<P1, P2, P3>(
    grfhlshortcutf: u32,
    pihl: P1,
    pwzdir: P2,
    pwzfilename: P3,
    ppwzshortcutfile: *mut PWSTR,
    dwreserved: u32,
) -> Result<()>where
    P1: Param<IHlink>,
    P2: Param<PCWSTR>,
    P3: Param<PCWSTR>,