pub type SPDCallback = Option<unsafe extern "C" fn(msg_id: usize, client_id: usize, state: SPDNotificationType)>;
enum SPDCallback { None, Some(unsafe extern "C" fn(_: usize, _: usize, _: u32)), }
No value.
Some value of type T.
T