pub unsafe extern "C" fn g_regex_replace(
    regex: *const GRegex,
    string: *mut gchar,
    string_len: gssize,
    start_position: gint,
    replacement: *const gchar,
    match_options: GRegexMatchFlags
) -> *mut gchar