pub fn twz_rt_pre_main_hook() -> Option<ExitCode>
Call this before calling main, after initializing the runtime. If this function returns None, then call main. Otherwise, act as if main returned the provided ExitCode.