Wrapping `spa_pod` functionality
spa_pod
is a mechanism for serializing data into a byte array, such that it can be type checked at runtime. It should be possible to provide nice rust methods for constructing and consuming pods, as well as serde integration for super easy use.