pub fn cmd_patch( mm: &mut Mindmap, id: u32, typ: Option<&str>, title: Option<&str>, body: Option<&str>, strict: bool, ) -> Result<()>