# Functions
ActorFromContext returns the Actor value stored in context, if any.
NewActorContext returns a new Context that carries Actor value.
NewSecurityContext allocates new context.
# Structs
Actor is a generic object that represent anything that can be under control of charon.
# Interfaces
Context ....