Macro extract_strings_tuple

Source
macro_rules! extract_strings_tuple {
    ($objs:expr, $refs:expr) => { ... };
}