pub fn admin_update_worker_fee(
    ctx: Context<'_, '_, '_, '_, AdminUpdateWorkerFee<'_>>,
    new_worker_fee: u64
) -> Result<()>