pub unsafe extern "C" fn PxDeserializationContext_readName_mut(
    self_: *mut PxDeserializationContext,
    name: *mut *const c_char
)
Expand description

Helper function to read a name from the extra data during deserialization.

This function is assumed to be called within the implementation of PxSerializer::createObject.