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