macro_rules! border_width {
    ( $( $prefix:ident )* ) => { ... };
}