pub fn use_allowance(
storage: &mut dyn Storage,
env: &Env,
owner: &Account,
spender: &Account,
amount: Uint128
) -> StdResult<Allowance>