pub unsafe extern "C" fn gtk_text_view_add_child_in_window(
    text_view: *mut GtkTextView,
    child: *mut GtkWidget,
    which_window: GtkTextWindowType,
    xpos: c_int,
    ypos: c_int
)