pub unsafe extern "C" fn cairo_region_contains_point(
    region: *mut cairo_region_t,
    x: i32,
    y: i32
) -> cairo_bool_t