pub unsafe extern "C" fn cairo_select_font_face(
    cr: *mut cairo_t,
    family: *const i8,
    slant: i32,
    weight: i32
)