macro_rules! generate_set_functions_list_specify {
    ($struct_name:ident,$real_struct_name:ident, $($function:ident, $vall:expr),*) => { ... };
}