#[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.