pub unsafe extern "C" fn PxSerializationRegistry_release_mut(
    self_: *mut PxSerializationRegistry
)
Expand description

Releases PxSerializationRegistry instance.

This unregisters all PhysX and PhysXExtension serializers. Make sure to unregister all custom type serializers before releasing the PxSerializationRegistry.