CK_C_WaitForSlotEvent

Type Alias CK_C_WaitForSlotEvent 

Source
pub type CK_C_WaitForSlotEvent = Option<unsafe extern "C" fn(flags: CK_FLAGS, pSlot: CK_SLOT_ID_PTR, pRserved: CK_VOID_PTR) -> 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.