pub type Utmp32Parser<R> = UtmpParserImpl<R, utmp>;
Parser to parse a 32-bit utmp file.
pub struct Utmp32Parser<R>(/* private fields */);