pub unsafe extern "C" fn Interpolation_PxBiLerp(
    f00: f32,
    f10: f32,
    f01: f32,
    f11: f32,
    tx: f32,
    ty: f32
) -> f32