pub unsafe extern "C" fn Drawer2D_BmpCopy(
    dst: *mut Bitmap,
    x: c_int,
    y: c_int,
    src: *mut Bitmap
)