pub unsafe fn root_as_model_unchecked(buf: &[u8]) -> Model<'_>
Assumes, without verification, that a buffer of bytes contains a Model and returns it.
Callers must trust the given bytes do indeed contain a valid Model.
Model