pub unsafe extern "C" fn phys_computeBarycentric(
    a: *const PxVec3,
    b: *const PxVec3,
    c: *const PxVec3,
    d: *const PxVec3,
    p: *const PxVec3,
    bary: *mut PxVec4
)