pub type sdp_callback_t = Option<unsafe extern "C" fn(type_: u8, status: u16, rsp: *mut u8, size: usize, udata: *mut c_void)>;
pub enum sdp_callback_t { None, Some(unsafe extern "C" fn(u8, u16, *mut u8, usize, *mut c_void)), }
No value.
Some value of type T.
T