pub type CK_C_CloseAllSessions = Option<unsafe extern "C" fn(slotID: CK_SLOT_ID) -> CK_RV>;

Aliased Type§

enum CK_C_CloseAllSessions {
    None,
    Some(unsafe extern "C" fn(_: u64) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u64) -> u64)

Some value of type T.