pub fn health_check(
    ctx: Context<'_, '_, '_, '_, HealthCheck<'_>>,
    min_health_value: f64,
    check_kind: HealthCheckKind
) -> Result<()>