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