pub fn load_file_bytes(path: &Path) -> Result<Vec<u8>, String>
Load a file synchronously from disk, returning its bytes.
Used internally; also exposed for simple file utilities.