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