[][src]Function dart_sys::Dart_SetNativeInstanceField

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

Sets the value of a native field.

TODO(turnidge): Document.