pub unsafe extern "C" fn Dart_CompileToKernelWithGivenNullsafety(
    script_uri: *const c_char,
    platform_kernel: *const u8,
    platform_kernel_size: isize,
    snapshot_compile: bool,
    package_config: *const c_char,
    null_safety: bool,
    verbosity: Dart_KernelCompilationVerbosityLevel
) -> Dart_KernelCompilationResult