pub fn to_cosmos_msg(
    contract_addr: HumanAddr,
    callback_code_hash: String,
    msg: &impl Serialize
) -> Result<CosmosMsg<Empty>, StdError>