pub fn create_context() -> Result<Context>
Creates an empty computation context.
New computation context
let c = create_context().unwrap();