Closed
Description
Several modules use converters to unsigned integers of fixed size: uint16_t, uint32_t, uint64_t. We could add support for these types in Argument Clinic and add the private C API for reuse the code.
A larger part of the work was already done in #132987 to support unsigned_int, etc converters. We can now just make the code even more general.