[][src]Function dart_sys::Dart_Cleanup

pub unsafe extern "C" fn Dart_Cleanup() -> *mut c_char

Cleanup state in the VM before process termination.

\return NULL if cleanup is successful. Returns an error message otherwise. The caller is responsible for freeing the error message.