pub async fn heartbeat<C: Unlocked + 'static>(
    iface: &SentryApi<C>,
    channel_context: &ChainOf<Channel>
) -> Result<HeartbeatStatus, Error>