pub unsafe extern "C" fn args_read_string_and_trim( args: *mut FuriString, word: *mut FuriString, ) -> bool
Extract first argument from arguments string and trim arguments string
args
word
true - success false - arguments string does not contain anything