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