pub type CK_C_WaitForSlotEvent = Option<unsafe extern "C" fn(arg1: CK_FLAGS, arg2: *mut CK_SLOT_ID, arg3: *mut c_void) -> CK_RV>;Aliased Type§
pub enum CK_C_WaitForSlotEvent {
None,
Some(unsafe extern "C" fn(u32, *mut u32, *mut c_void) -> u32),
}