Closed
Description
While working on https://github.com/jonas/scala-native-bindgen/commits/shared-ptr I noticed at least another use where the bit length returned by ctc->getTypeSize()
was not converted to bytes.
The goal of this ticket is to review all call sites and fix them, ideally with tests and a helper to do the conversion in a single place.