fn try_remove_op_set_perms<'p, Op>( op: Op, path: &'p Path, metadata: Metadata, ) -> Result<()>where Op: FnMut(&'p Path) -> Result<()>,