pub unsafe extern "C" fn Dart_GetNativeInstanceFieldCount(
obj: Dart_Handle,
count: *mut c_int,
) -> Dart_HandleExpand description
Gets the number of native instance fields in an object.
pub unsafe extern "C" fn Dart_GetNativeInstanceFieldCount(
obj: Dart_Handle,
count: *mut c_int,
) -> Dart_HandleGets the number of native instance fields in an object.