macro_rules! create_xfs_array { ($ty:ident, $name:expr, $item:ident, $len:expr, $default:expr, $doc:expr) => { ... }; }