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