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