macro_rules! wrapper_getset_functions {
($type_name:ident, $fmi_type:ty, $get_method:ident, $set_method:ident) => { ... };
}macro_rules! wrapper_getset_functions {
($type_name:ident, $fmi_type:ty, $get_method:ident, $set_method:ident) => { ... };
}