Sink which simply copies data to a pointer and advances it. No reallocation, no bounds check - unsafe.
Write target.
See Implementation
Sink which simply copies data to a pointer and advances it. No reallocation, no bounds check - unsafe.