Type Alias tGetEthernetInterface
pub type tGetEthernetInterface = Option<unsafe extern "C" fn(*mut c_void, *const i8, *mut sGCEthernetInterface) -> bool>;Aliased Type§
pub enum tGetEthernetInterface {
None,
Some(unsafe extern "C" fn(*mut c_void, *const i8, *mut sGCEthernetInterface) -> bool),
}