pub fn runtime_error(message: &str) -> !Expand description
Raise a fatal module error — mirrors core’s own handlers. Never
returns: like core, this takes the whole host process down (code run included), the same tradeoff every native-extension mechanism
makes. See code_abi.h’s doc comment.