Function OleCreateLinkToFile
pub unsafe fn OleCreateLinkToFile<P0, P4, P5>(
lpszfilename: P0,
riid: *const GUID,
renderopt: OLERENDER,
lpformatetc: *const FORMATETC,
pclientsite: P4,
pstg: P5,
ppvobj: *mut *mut c_void,
) -> Result<()>where
P0: Param<PCWSTR>,
P4: Param<IOleClientSite>,
P5: Param<IStorage>,