pub unsafe extern "C" fn PxRefCounted_acquireReference_mut(
self_: *mut PxRefCounted,
)Expand description
Acquires a counted reference to this object.
This method increases the reference count of the object by 1. Decrement the reference count by calling release()