namespace factor { VM_C_API void box_boolean(bool value, factorvm *vm); VM_C_API bool to_boolean(cell value, factorvm *vm); }