Skip to main content

CUasyncCallback

Type Alias CUasyncCallback 

pub type CUasyncCallback = Option<unsafe extern "C" fn(*mut CUasyncNotificationInfo_st, *mut c_void, *mut CUasyncCallbackEntry_st)>;

Aliased Type§

pub enum CUasyncCallback {
    None,
    Some(unsafe extern "C" fn(*mut CUasyncNotificationInfo_st, *mut c_void, *mut CUasyncCallbackEntry_st)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut CUasyncNotificationInfo_st, *mut c_void, *mut CUasyncCallbackEntry_st))

Some value of type T.