pub unsafe fn GdipCreateBitmapFromGraphics(
    width: i32,
    height: i32,
    target: *mut GpGraphics,
    bitmap: *mut *mut GpBitmap
) -> Status