Type Alias shadow_rs::cshadow::TCPCongNewAckEv
source · pub type TCPCongNewAckEv = Option<unsafe extern "C-unwind" fn(tcp: *mut TCP, n: guint32)>;
Aliased Type§
enum TCPCongNewAckEv {
None,
Some(unsafe extern "C-unwind" fn(_: *mut _TCP, _: u32)),
}