/// * `post_comma` - The fractional part as digits (e.g., 5 for 0.5, 52 for 0.52, 523 for 0.523)
// repr(C,u8) FFI enum: boxing the large variant would change the C ABI (api.json bindings); size
// repr(C,u8) FFI enum: boxing the large variant would change the C ABI (api.json bindings); size
pub fn parse_percentage_value(input: &str) -> Result<PercentageValue, PercentageParseError> {