pub unsafe extern "C" fn cairo_select_font_face(
    cr: *mut cairo_t,
    family: *const c_char,
    slant: cairo_font_slant_t,
    weight: cairo_font_weight_t
)