pub unsafe extern "C" fn SetImageColorRegion(
    image: *mut Image,
    x: c_long,
    y: c_long,
    width: c_ulong,
    height: c_ulong,
    pixel: *const PixelPacket
) -> c_uint