Type Alias switch_module_shutdown_t

Source
pub type switch_module_shutdown_t = Option<unsafe extern "C" fn() -> switch_status_t>;

Aliased Type§

pub enum switch_module_shutdown_t {
    None,
    Some(unsafe extern "C" fn() -> switch_status_t),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> switch_status_t)

Some value of type T.