pub unsafe extern "C" fn Dart_StringToCString(
    str_: Dart_Handle,
    cstr: *mut *const c_char
) -> Dart_Handle