pub unsafe extern "C" fn g_regex_replace(
    regex: *const GRegex,
    string: *const i8,
    string_len: isize,
    start_position: i32,
    replacement: *const i8,
    match_options: u32,
    error: *mut *mut GError
) -> *mut i8