pub type SmcPropReplyProc = Option<unsafe extern "C" fn(arg1: SmcConn, arg2: SmPointer, arg3: c_int, arg4: *mut *mut SmProp)>;Aliased Type§
enum SmcPropReplyProc {
None,
Some(unsafe extern "C" fn(_: *mut _SmcConn, _: *mut c_void, _: i32, _: *mut *mut SmProp)),
}