[][src]Type Definition dart_sys::Dart_EnvironmentCallback

type Dart_EnvironmentCallback = Option<unsafe extern "C" fn(name: Dart_Handle) -> Dart_Handle>;

An environment lookup callback function.

\param name The name of the value to lookup in the environment.

\return A valid handle to a string if the name exists in the current environment or Dart_Null() if not.