pub unsafe extern "C" fn args_read_string_and_trim(
    args: *mut FuriString,
    word: *mut FuriString
) -> bool
Expand description

@brief Extract first argument from arguments string and trim arguments string

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