pub unsafe extern "C" fn cairo_mesh_pattern_set_control_point(
    pattern: *mut cairo_pattern_t,
    point_num: u32,
    x: f64,
    y: f64
)