pub fn worker_claim(
    ctx: Context<'_, '_, '_, '_, WorkerClaim<'_>>,
    amount: u64
) -> Result<()>