pub unsafe extern "C" fn cairo_matrix_translate(
    matrix: *mut Matrix,
    tx: f64,
    ty: f64
)