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

@brief Extract the first quoted argument from the argument string and trim the argument string. If the argument is not quoted, calls args_read_string_and_trim.

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