pub fn maybeEnableSegfaultHandler() void
pub fn maybeEnableSegfaultHandler() void { if (enable_segfault_handler) { attachSegfaultHandler(); } }