pub unsafe extern "C" fn PxSerializationContext_writeName_mut(
self_: *mut PxSerializationContext,
name: *const c_char,
)Expand description
Helper function to write a name to the extraData if serialization is configured to save names.
This function is assumed to be called within the implementation of PxSerializer::exportExtraData.