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