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),
}