pub unsafe extern "C" fn ubpf_unload_code(vm: *mut ubpf_vm)
@brief Unload code from a VM.
The VM must be reloaded with code before calling ubpf_exec or ubpf_compile.
@param[in] vm The VM to unload the code from.