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