macro_rules! add_attr {
    ($count:expr, $gl_type:expr, $type:ty) => { ... };
}