pub fn create_dir( conn: &MysqlConnection, name: &str, loc: Option<i32>, public: bool, id: &String, ) -> Result<Dir, IcError>