pub fn show_single_declaration_no_type<F>(
    f: &mut F,
    d: &SingleDeclarationNoType
)where
    F: Write,