pub unsafe extern "C" fn args_read_int_and_trim(
    args: *mut FuriString,
    value: *mut i32
) -> bool
Expand description

Extract int value and trim arguments string

@param args - arguments string @param word first argument, output @return true - success @return false - arguments string does not contain int