pub fn process_file_type(
    potential_file_type: Option<impl AsRef<str>>
) -> Result<Option<impl AsRef<str>>, DiaryError>