Function objc_setUncaughtExceptionHandler

Source
pub unsafe extern "C" fn objc_setUncaughtExceptionHandler(
    f: objc_uncaught_exception_handler,
) -> objc_uncaught_exception_handler
Available on Apple and not (macOS and x86), or crate feature unstable-objfw only.