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