pub fn read_file_into_buffer(file_path: &str) -> Result<Vec<u8>, Error>
Reads file to the end into Vec