pub unsafe extern "C" fn MatrixFrustum( left: f64, right: f64, bottom: f64, top: f64, nearPlane: f64, farPlane: f64, ) -> Matrix