//! Empty implementation of unwinding used when no other implementation is
//! appropriate.
use c_void;
use null_mut;
// SAFETY: This function is safe to call. It is only marked as `unsafe` to
// avoid having to allow `unused_unsafe` since other implementations are
// unsafe.
pub unsafe
;