pub type PSERENUM_READPORT = Option<unsafe extern "system" fn(serportaddress: *const c_void) -> u8>;
pub enum PSERENUM_READPORT { None, Some(unsafe extern "system" fn(*const c_void) -> u8), }
No value.
Some value of type T.
T