pub unsafe fn ImageList_CoCreateInstance<P0, T>(
    rclsid: *const GUID,
    punkouter: P0
) -> Result<T>
where P0: IntoParam<IUnknown>, T: Interface,