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