pub unsafe extern "C" fn dr_read_file( f: file_t, buf: *mut c_void, count: usize, ) -> isize
Reads up to \p count bytes from file \p f into \p buf. Returns the actual number read.