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