xsToStringBuffer - multiple declarations

Function xsToStringBuffer

Convert a slot to a StringBuffer value given a string.

void xsToStringBuffer (
  scope xs.bindings.xsMachineRecord* the,
  xs.bindings.xsSlotRecord theSlot,
  string buffer
);

Function xsToStringBuffer

Convert a slot to a StringBuffer value given a char*.

void xsToStringBuffer (
  scope xs.bindings.xsMachineRecord* the,
  xs.bindings.xsSlotRecord theSlot,
  const(char*) buffer,
  int size
);