pub unsafe extern "C" fn Drawer2D_MakeTexture(
    tex: *mut Texture,
    bmp: *mut Bitmap,
    width: c_int,
    height: c_int
)