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