pub unsafe extern "C" fn Dart_ListGetAsBytes(
    list: Dart_Handle,
    offset: isize,
    native_array: *mut u8,
    length: isize
) -> Dart_Handle