pub unsafe extern "C" fn cairo_text_extents(
    cr: *mut cairo_t,
    utf8: *const c_char,
    extents: *mut cairo_text_extents_t
)