cta: Follow naming convention for blocks
Pretty mechanical MR: Every CTA block now returns a struct di_cta_$NAME_block
. Some blocks didn't follow the naming scheme before and sometimes we directly returned arrays which are now part of a struct adding a bit of indirection but also makes it easier to extend.