pub fn reimburse_caller<CTX>( context: &mut CTX, gas: &Gas, additional_refund: Uint<256, 4>, ) -> Result<(), <<CTX as ContextTr>::Db as Database>::Error>where CTX: ContextTr,
Reimburses the caller for unused gas.