pub type at_tx_handler_t = Option<unsafe extern "C" fn(user_data: *mut c_void, buf: *const u8, len: usize) -> c_int>;
pub enum at_tx_handler_t { None, Some(unsafe extern "C" fn(*mut c_void, *const u8, usize) -> i32), }
No value.
Some value of type T.
T