macro_rules! window_creator { ($v_window_type:expr,$(($window_type:pat, $window_struct:path)),*) => { ... }; }