pub unsafe extern "C" fn Gfx_UpdateTexturePart(
    texId: GfxResourceID,
    x: c_int,
    y: c_int,
    part: *mut Bitmap,
    mipmaps: cc_bool
)