pub type SmcSaveCompleteProc = Option<unsafe extern "C" fn(arg1: SmcConn, arg2: SmPointer)>;
enum SmcSaveCompleteProc { None, Some(unsafe extern "C" fn(_: *mut _SmcConn, _: *mut c_void)), }
No value.
Some value of type T.
T