pub unsafe extern "C" fn Dart_NewListOf(
    element_type_id: Dart_CoreType_Id,
    length: isize
) -> Dart_Handle