macro_rules! construct_win32_function {
(
$(
$x:expr; [ $( $y:ty ),* ]; [ $( $z:ty ),* ]
);*
) => { ... };
}
macro_rules! construct_win32_function {
(
$(
$x:expr; [ $( $y:ty ),* ]; [ $( $z:ty ),* ]
);*
) => { ... };
}