[][src]Function dart_sys::Dart_SetDartLibrarySourcesKernel

pub unsafe extern "C" fn Dart_SetDartLibrarySourcesKernel(
    platform_kernel: *const u8,
    platform_kernel_size: isize
)

Sets the kernel buffer which will be used to load Dart SDK sources dynamically at runtime.

\param platform_kernel A buffer containing kernel which has sources for the Dart SDK populated. Note: The VM does not take ownership of this memory.

\param platform_kernel_size The length of the platform_kernel buffer.