//! Internal FFI/runtime helpers used by macro expansions.
//!//! # Notes
//! - This module is **not** part of the public SDK surface.
//! - It exists to keep `ng_driver_factory!` / `ng_plugin_factory!` expansions small and readable.
pubmodruntime_aware;pubmodutil;pubuseruntime_aware::{RuntimeAwareDriverFactory, RuntimeAwarePluginFactory};pubuseutil::{build_runtime, cstring_sanitized, write_slice_ptr_len};