PreOffsetFunction typedef
PreOffsetFunction =
int Function(PreOffsetScope scope)
A function that modifies the pre-offset before encoding or decoding.
Implementation
typedef PreOffsetFunction = int Function(PreOffsetScope scope);