fn convert_man_from_data<W: Write>( state: &mut State, data: Vec<u8>, filename: Option<&str>, basepath: Option<&str>, out: W, ) -> Result<(), String>