pub fn accounting_invoke<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, AccountingInvoke<'info>>,
    data: Vec<u8>
) -> Result<()>