[][src]Function raylib_sys::GuiImageButtonEx

pub unsafe extern "C" fn GuiImageButtonEx(
    bounds: Rectangle,
    text: *const c_char,
    texture: Texture2D,
    texSource: Rectangle
) -> bool