pub fn extract_file_from_bundle<P>( bundle_path: P, file_name: &str, ) -> Result<Vec<u8>, BinaryError>where P: AsRef<Path>,
Quick function to extract a specific file from bundle