pub unsafe extern "C" fn Bitmap_Scale(
    dst: *mut Bitmap,
    src: *mut Bitmap,
    srcX: c_int,
    srcY: c_int,
    srcWidth: c_int,
    srcHeight: c_int
)