pub fn guarded_transmute_to_bytes_pod_many<S: TriviallyTransmutable>(
    from: &[S]
) -> &[u8] โ“˜
๐Ÿ‘ŽDeprecated since 0.11.0: use transmute_to_bytes() instead
Expand description

Transmute a slice of arbitrary types into a slice of their bytes.