Macro extract_strings_list

Source
macro_rules! extract_strings_list {
    ($objs:expr) => { ... };
}