pub unsafe extern "C" fn phys_PxInitExtensions(
    physics: *mut PxPhysics,
    pvd: *mut PxPvd
) -> bool
Expand description

Initialize the PhysXExtensions library.

This should be called before calling any functions or methods in extensions which may require allocation.

This function does not need to be called before creating a PxDefaultAllocator object.