pub type FcMatrix = struct__FcMatrix;
struct FcMatrix { pub xx: f64, pub xy: f64, pub yx: f64, pub yy: f64, }
xx: f64
xy: f64
yx: f64
yy: f64