pub fn validate_required_string<'a>( manifest_path: &Path, root: &str, field: &str, value: Option<&'a str>, errors: &mut Vec<PersonaValidationError>, ) -> Option<&'a str>