pub fn decode_optional_quantity(value: i64) -> Option<Quantity>
Decodes a quantity from the given optional value, where i64::MAX indicates missing data.
i64::MAX