macro_rules! form_rust_arr_declarator_from_c_arr_declarator {
($type:ty, $lt0:literal, $($lt:literal), +) => { ... };
($type:ty, $lt:literal) => { ... };
}macro_rules! form_rust_arr_declarator_from_c_arr_declarator {
($type:ty, $lt0:literal, $($lt:literal), +) => { ... };
($type:ty, $lt:literal) => { ... };
}