macro_rules! fetch_string_arg {
($ARG:expr, $NAME:expr, $EARLY_ABORT:ident, $ARRAY_SIZE:expr) => { ... };
}Expand description
Get the first argument from the given string array.
Note: If the array is empty or the first argument is null, then calls the given early abort function.