pub unsafe extern "system" fn GdipDrawCachedBitmap(
    graphics: *mut GpGraphics,
    cachedbitmap: *mut GpCachedBitmap,
    x: i32,
    y: i32
) -> Status