pub fn create_kev_cache_file<P: AsRef<Path>>(
    kev_cache_file_path: P
) -> Result<File, Error>
Expand description

This is just a wrapper which makes it clearer what we’re creating.