[][src]Function raylib::ffi::GuiImageButtonEx

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