Function windows::Win32::System::Ole::OleCreateLinkToFile

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