Reference issue: stm32-rs/stm32-rs#523
Reserved names, like match cannot be used as function name, for this reason, an underscore is added at the end, but when it is a boolean for example, it ends up as is_match_, but in this case, it could be left as is_match.