pub type MarshalingError = Box<dyn Error + Send + Sync>;
Generic marshaling error.
pub struct MarshalingError(/* private fields */);