Structs

An owning wrapper around a pointer. PhysX object creation returns pointers which in normal Rust would be a Box, but Box cannot be used here because it has specific allocation requirements that the C++ code does not fulfill.