pub unsafe extern "C" fn phys_PxPrismaticJointCreate(
physics: *mut PxPhysics,
actor0: *mut PxRigidActor,
localFrame0: *const PxTransform,
actor1: *mut PxRigidActor,
localFrame1: *const PxTransform,
) -> *mut PxPrismaticJointExpand description
Create a prismatic joint.