fn decode_int(bytes: &[u8]) -> Option<i64>
Decode an integer, optionally with a base.
See https://gitlab.freedesktop.org/freetype/freetype/-/blob/80a507a6b8e3d2906ad2c8ba69329bd2fb2a85ef/src/psaux/psconv.c#L161