pub unsafe extern "C" fn eek_render_button_in_context(
    scale_factor: u32,
    cr: *mut cairo_t,
    ctx: GtkStyleContext,
    bounds: Bounds,
    icon_name: *const c_char,
    label: *const c_char
)