pub fn Matrix_Orthographic( result: &mut Matrix, left: c_float, right: c_float, top: c_float, bottom: c_float, zNear: c_float, zFar: c_float, )