List view
the problem of FFI is that we often can't know the size we need to allocate for some data structures or operations, then my solution is to give that information from the C side, so that people writing bindings for other languages can allocate just the precise amount of space, and we also mitigate the nullptr errors with this approach. I'm currently working on it, and will soon make a PR along with examples
No due date