pub unsafe extern "C" fn hv_vm_destroy() -> hv_return_tExpand description
Destroys the VM instance associated with the current process.
ยงReturn value
HV_SUCCESS if the operation was successful, otherwise an error code specified in
hv_return_t.
pub unsafe extern "C" fn hv_vm_destroy() -> hv_return_tDestroys the VM instance associated with the current process.
HV_SUCCESS if the operation was successful, otherwise an error code specified in
hv_return_t.