pub unsafe fn OleCreate<'a, T4__: IntoParam<'a, IOleClientSite>, T5__: IntoParam<'a, IStorage>>(
rclsid: *const Guid,
riid: *const Guid,
renderopt: u32,
pformatetc: *mut FORMATETC,
pclientsite: T4__,
pstg: T5__,
ppvobj: *mut *mut c_void,
) -> ErrorCode