macro_rules! stmt_block_from_vec { ($stmts:expr) => { ... }; }
Convert a Vec into a single block statement that can be used in ts_quote! This allows you to interpolate multiple statements where a single statement is expected.