pub unsafe fn guarded_transmute_pod_many_permissive<T: TriviallyTransmutable>(
    bytes: &[u8]
) -> Result<&[T], Error<'_, u8, T>>
๐Ÿ‘ŽDeprecated since 0.11.0: see trivial::transmute_many() with PermissiveGuard for the equivalent behavior
Expand description

View a byte slice as a slice of a trivially transmutable type.

The resulting slice will have as many instances of a type as will fit, rounded down.