pub unsafe extern "C" fn PxAllocatorCallback_deallocate_mut(
    self_: *mut PxAllocatorCallback,
    ptr: *mut c_void
)
Expand description

Frees memory previously allocated by allocate().

Threading: This function should be thread safe as it can be called in the context of the user thread and physics processing thread(s).