CK_C_WaitForSlotEvent

Type Alias CK_C_WaitForSlotEvent 

Source
pub type CK_C_WaitForSlotEvent = Option<unsafe extern "C" fn(arg1: CK_FLAGS, arg2: *mut CK_SLOT_ID, arg3: *mut c_void) -> CK_RV>;

Aliased Type§

pub enum CK_C_WaitForSlotEvent {
    None,
    Some(unsafe extern "C" fn(u64, *mut u64, *mut c_void) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u64, *mut u64, *mut c_void) -> u64)

Some value of type T.