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§
enum CK_C_WaitForSlotEvent {
None,
Some(unsafe extern "C" fn(_: u32, _: *mut u32, _: *mut c_void) -> u32),
}