Function arrow_ipc::gen::Message::size_prefixed_root_as_message_unchecked
source · pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message<'_>
Expand description
Assumes, without verification, that a buffer of bytes contains a size prefixed Message and returns it.
§Safety
Callers must trust the given bytes do indeed contain a valid size prefixed Message
.