Function GuiTextBox

Source
pub unsafe extern "C" fn GuiTextBox(
    bounds: Rectangle,
    text: *mut c_char,
    textSize: c_int,
    editMode: bool,
) -> c_int