pub unsafe fn GdipCreateBitmapFromStreamICM<P0>(
    stream: P0,
    bitmap: *mut *mut GpBitmap,
) -> Status
where P0: Param<IStream>,