RacHandle typedef
============================================================================= RunAnywhere Commons FFI Type Definitions
Dart FFI types matching the C API defined in rac_*.h headers from runanywhere-commons library.
Opaque handle for internal objects (rac_handle_t)
Implementation
// =============================================================================
// Basic Types (from rac_types.h)
// =============================================================================
/// Opaque handle for internal objects (rac_handle_t)
typedef RacHandle = Pointer<Void>;