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