pub exec fn generalized_timevalue<'a>(bytes: &'a [u8]) -> res : Option<GeneralizedTime<'a>>Expand description
requires
generalized_time_bytes_wf::<false>(bytes@),ensuresres.deep_view() == generalized_time_value(bytes@),Verified executable implementation of generalized_time_value.
Decodes the byte sequence into a GeneralizedTime.