pub unsafe extern "C" fn PxRefCounted_release_mut(
self_: *mut PxRefCounted,
)Expand description
Decrements the reference count of the object and releases it if the new reference count is zero.
pub unsafe extern "C" fn PxRefCounted_release_mut(
self_: *mut PxRefCounted,
)Decrements the reference count of the object and releases it if the new reference count is zero.