[][src]Function dart_sys::Dart_Initialize

pub unsafe extern "C" fn Dart_Initialize(
    params: *mut Dart_InitializeParams
) -> *mut c_char

Initializes the VM.

\param flags A struct containing initialization information. The version field of the struct must be DART_INITIALIZE_PARAMS_CURRENT_VERSION.

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