pub type wtap_mand_copy_func = Option<unsafe extern "C" fn(dest_block: wtap_block_t, src_block: wtap_block_t)>;Aliased Type§
pub enum wtap_mand_copy_func {
None,
Some(unsafe extern "C" fn(*mut wtap_block, *mut wtap_block)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut wtap_block, *mut wtap_block))
Some value of type T.