pub unsafe extern "C" fn magma_connection_release_context(
    connection: magma_connection_t,
    context_id: u32
)
Expand description

\brief Releases the context associated with the given id. \param connection An open connection. \param context_id A valid context id.