pub fn read_pdu<R>( reader: &mut R, max_pdu_length: u32, strict: bool, ) -> Result<Pdu>where R: Read,