Type Definition cryptoki_sys::CK_C_GetSlotList[][src]

type CK_C_GetSlotList = Option<unsafe extern "C" fn(token_present: c_uchar, slot_list: *mut CK_SLOT_ID, ulCount: *mut c_ulong) -> CK_RV>;