[][src]Type Definition dart_sys::Dart_EmbedderInformationCallback

type Dart_EmbedderInformationCallback = Option<unsafe extern "C" fn(info: *mut Dart_EmbedderInformation)>;

Callback provided by the embedder that is used by the vm to request information.

\return Returns a pointer to a Dart_EmbedderInformation structure. The embedder keeps the ownership of the structure and any field in it. The embedder must ensure that the structure will remain valid until the next invokation of the callback.