pub unsafe extern "C" fn igInputScalar(
    label: *const c_char,
    data_type: ImGuiDataType,
    v: *mut c_void,
    step: *const c_void,
    step_fast: *const c_void,
    format: *const c_char,
    extra_flags: ImGuiInputTextFlags
) -> bool