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