Type Alias cryptoki_sys::CK_C_WaitForSlotEvent

source ·
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(_: u32, _: *mut u32, _: *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: *mut u32, _: *mut c_void) -> u32)

Some value of type T.