pub fn fee_claim<'info>(
    ctx: Context<'_, '_, '_, '_, FeeClaim<'_>>,
    amount: u64
) -> Result<()>