pub type CUasyncCallback = Option<unsafe extern "C" fn(info: *mut CUasyncNotificationInfo, userData: *mut c_void, callback: CUasyncCallbackHandle)>;Aliased Type§
pub enum CUasyncCallback {
None,
Some(unsafe extern "C" fn(*mut CUasyncNotificationInfo_st, *mut c_void, *mut CUasyncCallbackEntry_st)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut CUasyncNotificationInfo_st, *mut c_void, *mut CUasyncCallbackEntry_st))
Some value of type T.