pub fn show_function_parameter_declarator<F>(
    f: &mut F,
    p: &FunctionParameterDeclarator
)where
    F: Write,