pub unsafe extern "system" fn JsTTDRawBufferCopySyncIndirect(
dst: JsValueRef,
dstIndex: usize,
src: JsValueRef,
srcIndex: usize,
count: usize
) -> JsErrorCode
TTD API -- may change in future versions:
Notify the event log that the contents of one buffer have been copied to a second buffer.
The buffer that was written into.
The first index modified.
The buffer that was copied from.
The first index copied.
The number of bytes copied.
The code JsNoError if the operation succeeded, a failure code otherwise.