macro_rules! as_vec_custom {
    ($(fn $fname:ident(&self) -> Option<Vec<$ftype:ident>>)*) => { ... };
}