Wraps Foo.length or another function as python's ___len__ function.
Requires signature
Py_ssize_t length();
This is a limitation of the C/Python API.
See Implementation
Wraps Foo.length or another function as python's ___len__ function.
Requires signature
This is a limitation of the C/Python API.