As part of a new Python API thing Im implementing, the new function has a bpy.types.RegionView3D as parameter.
What type has this Python RegionView3D when passed into the C function, and how do I get the pointer to the corresponding C struct RegionView3D?
Also how do I get to the other ViewContext members when only the rv3d member is known?