pub fn register( conn: &MysqlConnection, username: String, password: String, id: String, ) -> Result<(), IcError>