pub unsafe extern "C" fn gtk_source_search_context_replace(
search: *mut GtkSourceSearchContext,
match_start: *mut GtkTextIter,
match_end: *mut GtkTextIter,
replace: *const c_char,
replace_length: c_int,
error: *mut *mut GError,
) -> gboolean