pub type CK_C_CloseAllSessions = Option<unsafe extern "C" fn(arg1: CK_SLOT_ID) -> CK_RV>;
pub enum CK_C_CloseAllSessions { None, Some(unsafe extern "C" fn(u64) -> u64), }
No value.
Some value of type T.
T