pub fn sys_read(fd: c_int, buf: *mut c_void, count: usize) -> ssize_t
Read data from the file indicated by fd.
fd
Return the read size if success.