CALL_EXPORT_FN_ID

Constant CALL_EXPORT_FN_ID 

Source
pub const CALL_EXPORT_FN_ID: u32 = 0xFFFFFFFE; // 4_294_967_294u32
Expand description

Reserved function ID for calling exported Rust struct methods from JS. JS sends this with the export name to call the appropriate handler.