pub unsafe extern "C" fn magma_connection_get_notification_channel_handle(
    connection: magma_connection_t
) -> magma_handle_t
Expand description

\brief Returns a handle that can be waited on to determine when the connection has data in the notification channel. This channel has the same lifetime as the connection and must not be closed by the client. \param connection An open connection.