fn parse_impl(s: &str, negative: bool) -> Result<i256, ParseI256Error>
Parse s with any sign and leading 0s removed
s