pub unsafe extern "C" fn Dart_GetNativeInstanceField(
obj: Dart_Handle,
index: c_int,
value: *mut isize,
) -> Dart_HandleExpand description
Gets the value of a native field.
TODO(turnidge): Document.
pub unsafe extern "C" fn Dart_GetNativeInstanceField(
obj: Dart_Handle,
index: c_int,
value: *mut isize,
) -> Dart_HandleGets the value of a native field.
TODO(turnidge): Document.