pub type ubpf_execution_profile = c_uint;Expand description
@brief Execution profile for a VM instance.
The legacy profile preserves the historical uBPF execution model. The safe profile is an additive, interpreter-only mode that tracks register provenance, restricts dereferences to descriptor-backed regions, and rejects ambiguous pointer evolution that the legacy profile may allow.