box_dart_handle

Function box_dart_handle 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn box_dart_handle( val: Dart_Handle, ) -> NonNull<Dart_Handle>
Expand description

Returns a pointer to a boxed Dart_Handle created from the provided Dart_Handle.