pub fn write_function_coupling_markdown<W: Write>( rows: &[FunctionCouplingRow], target: &str, w: &mut W, ) -> Result<()>