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)),
}