Type Definition cryptoki_sys::CK_C_GetMechanismList[][src]

type CK_C_GetMechanismList = Option<unsafe extern "C" fn(slotID: CK_SLOT_ID, mechanism_list: *mut CK_MECHANISM_TYPE, ulCount: *mut c_ulong) -> CK_RV>;