pub unsafe extern "C" fn gtk_snapshot_render_insertion_cursor(
    snapshot: *mut GtkSnapshot,
    context: *mut GtkStyleContext,
    x: c_double,
    y: c_double,
    layout: *mut PangoLayout,
    index: c_int,
    direction: PangoDirection
)