pub fn ax_read_file_at( file: &AxFileHandle, offset: u64, buf: &mut [u8], ) -> AxResult<usize>
Reads the file at the given position, returns the number of bytes read.
It does not update the file cursor.