Type Alias shadow_rs::cshadow::TCPCongDelete

source ·
pub type TCPCongDelete = Option<unsafe extern "C-unwind" fn(tcp: *mut TCP)>;

Aliased Type§

enum TCPCongDelete {
    None,
    Some(unsafe extern "C-unwind" fn(_: *mut _TCP)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: *mut _TCP))

Some value of type T.