Write `data` at `offset` in the target file's page cache. Args: offset: Byte offset within the file (0-indexed). data: Bytes to write. Any length; written in 4-byte chunks. Returns: Number of bytes written. Raises:
(self, offset: int, data: bytes)
source not stored for this graph (policy: none)
no test coverage detected