XRebindKeysym(display, keysym, list, mod_count, string, num_bytes)
      Display *display;
      KeySym keysym;
      KeySym list[];
      int mod_count;
      unsigned char *string;
      int num_bytes;
| display | Specifies the connection to the X server. | 
| keysym | Specifies the KeySym that is to be rebound. | 
| list | Specifies the KeySyms to be used as modifiers. | 
| mod_count | Specifies the number of modifiers in the modifier list. | 
| string | Specifies the string that is copied and will be returned by XLookupString(). | 
| num_bytes | Specifies the number of bytes in the string argument. |