[][src]Function dart_sys::Dart_GetNativeInstanceField

pub unsafe extern "C" fn Dart_GetNativeInstanceField(
    obj: Dart_Handle,
    index: c_int,
    value: *mut isize
) -> Dart_Handle

Gets the value of a native field.

TODO(turnidge): Document.