pub unsafe extern "C" fn Dart_HandleFromPersistent(
object: Dart_PersistentHandle,
) -> Dart_HandleExpand description
Allocates a handle in the current scope from a persistent handle.
pub unsafe extern "C" fn Dart_HandleFromPersistent(
object: Dart_PersistentHandle,
) -> Dart_HandleAllocates a handle in the current scope from a persistent handle.