pub fn show_function_parameter_declarator<F>(
    f: &mut F,
    p: &FunctionParameterDeclarator,
    state: &mut FormattingState<'_>
) -> Result
where F: Write + ?Sized,
Expand description

Transpile a function_parameter_declarator to GLSL