Function ruby_vm_destruct

Source
pub unsafe extern "C" fn ruby_vm_destruct(vm: *mut ruby_vm_t) -> c_int
Expand description

§Destructs the passed VM. You don’t have to call this API directly now, because there is no way to create one. There is only one VM at one time. ruby_stop() should just suffice.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3