Reader is designed to read data from a given path in an asynchronous manner.
Create a readable stream from the underlying reader.
Optional
&mut self in async napi methods should be marked as unsafe
Read bytes from this reader into given buffer.
Reader is designed to read data from a given path in an asynchronous manner.