WriteProc

A function with same signature and semantics than fwrite.

extern (C) nothrow @nogc @system
alias WriteProc = size_t function
(
const(void)* buffer
,
size_t size
,
size_t count
,)

Meta