Macro textify_kind

Source
macro_rules! textify_kind {
    ($ctx:expr, $f:expr, $kind:ident, $name:expr) => { ... };
}