Type Alias PSERENUM_WRITEPORT
pub type PSERENUM_WRITEPORT = Option<unsafe extern "system" fn(serportaddress: *const c_void, value: u8)>;Aliased Type§
pub enum PSERENUM_WRITEPORT {
None,
Some(unsafe extern "system" fn(*const c_void, u8)),
}