file_read_all_binary :: fn (file: File, dest: *u8, size: usize) usize
Read content of whole binary file into destination buffer and return count of written bytes. Destination buffer must be valid memory block of sufficient size.
file File to be read.
dest Destination buffer.
size Count of bytes which will be copied from file into the buffer.
Bytes written into buffer.
Declared in: file.bl