MemFile.write

MemFile implementation of C fwrite Returns 0 if index is out of range

struct MemFile
static extern (C)
size_t
write
(
void* data
,
size_t bytes
,
size_t to_write
,)

Meta