pub unsafe extern "C" fn NewtonCreateFracturedCompoundCollision(
newtonWorld: *const NewtonWorld,
solidMesh: *const NewtonMesh,
shapeID: c_int,
fracturePhysicsMaterialID: c_int,
pointcloudCount: c_int,
vertexCloud: *const f32,
strideInBytes: c_int,
materialID: c_int,
textureMatrix: *const f32,
regenerateMainMeshCallback: NewtonFractureCompoundCollisionReconstructMainMeshCallBack,
emitFracturedCompound: NewtonFractureCompoundCollisionOnEmitCompoundFractured,
emitFracfuredChunk: NewtonFractureCompoundCollisionOnEmitChunk
) -> *mut NewtonCollision