pub unsafe fn HlinkCreateFromData<P0, P1, P2, T>(
    pidataobj: P0,
    pihlsite: P1,
    dwsitedata: u32,
    piunkouter: P2
) -> Result<T>
where P0: IntoParam<IDataObject>, P1: IntoParam<IHlinkSite>, P2: IntoParam<IUnknown>, T: Interface,