pub unsafe extern "C" fn cairo_matrix_transform_point(
    matrix: *const cairo_matrix_t,
    x: *mut f64,
    y: *mut f64
)