pub type CK_C_WaitForSlotEvent = Option<unsafe extern "C" fn(flags: CK_FLAGS, slot: *mut CK_SLOT_ID, pReserved: *mut c_void) -> CK_RV>;

Aliased Type§

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.