pub unsafe extern "C" fn Interpolation_PxTriLerp(
    f000: f32,
    f100: f32,
    f010: f32,
    f110: f32,
    f001: f32,
    f101: f32,
    f011: f32,
    f111: f32,
    tx: f32,
    ty: f32,
    tz: f32
) -> f32