NCmpStreamWriter

Used for emulating file writes. It must return the number of files pushed, or -1 on error

alias NCmpStreamWriter = int function
(
const(ubyte)* bytes
,
size_t numBytes
,
void* rwCtxt
)

Meta