Function g_string_replace

Source
pub unsafe extern "C" fn g_string_replace(
    string: *mut GString,
    find: *const gchar,
    replace: *const gchar,
    limit: guint,
) -> guint