pub unsafe extern "C" fn cairo_matrix_transform_distance(
    matrix: *const cairo_matrix_t,
    dx: *mut f64,
    dy: *mut f64
)