pub type ReplyParsingFunction = for<'a> fn(&'a [u8], &mut Vec<OwnedFd>) -> Result<(Reply, &'a [u8]), ParseError>;
A type alias for reply parsers (matches the signature of TryParseFd).