pub fn file_read(handle: u32) -> Option<Vec<u8>>
Read the full contents of a picked file.
Returns None if the handle is unknown, the file cannot be read, or the file is larger than 64 MiB (the wrapper’s retry cap).
None