pub unsafe extern "C" fn PxDeserializationContext_alignExtraData_mut(
    self_: *mut PxDeserializationContext,
    alignment: u32
)
Expand description

Function to align the extra data stream to a power of 2 alignment

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