Function
fwrite(_:_:_:_:)
Writes to stream the contents of data, which contains count elements of size bytes, returning the number of elements written.
fun fwrite(
_ data: MemoryAddress,
_ size: Int,
_ count: Int,
_ stream: MemoryAddress
) -> Int