pub fn read_pylong<R: Read>(rdr: &mut R) -> Result<BigInt, MarshalError>
Read a TYPE_LONG arbitrary-precision integer (base-2^15 digits).