pub const CALL_EXPORT_FN_ID: u32 = 0xFFFFFFFE;
Reserved function ID for calling exported Rust struct methods from JS. JS sends this with the export name to call the appropriate handler.