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