pub unsafe extern "C" fn pango_matrix_get_font_scale_factors(
    matrix: *const PangoMatrix,
    xscale: *mut c_double,
    yscale: *mut c_double
)