pub unsafe fn root_as_postscript_unchecked(buf: &[u8]) -> Postscript<'_>
Expand description

Assumes, without verification, that a buffer of bytes contains a Postscript and returns it.

§Safety

Callers must trust the given bytes do indeed contain a valid Postscript.