pub unsafe extern "C" fn Dart_SetNativeInstanceField(
obj: Dart_Handle,
index: c_int,
value: isize,
) -> Dart_HandleExpand description
Sets the value of a native field.
TODO(turnidge): Document.
pub unsafe extern "C" fn Dart_SetNativeInstanceField(
obj: Dart_Handle,
index: c_int,
value: isize,
) -> Dart_HandleSets the value of a native field.
TODO(turnidge): Document.