Function GuiTextInputBox

Source
pub unsafe extern "C" fn GuiTextInputBox(
    bounds: Rectangle,
    title: *const c_char,
    message: *const c_char,
    buttons: *const c_char,
    text: *mut c_char,
    textMaxSize: c_int,
    secretViewActive: *mut bool,
) -> c_int