pub type C_GetSessionInfo = extern "C" fn(hSession: CK_SESSION_HANDLE, pInfo: CK_SESSION_INFO_PTR) -> CK_RV;Expand description
C_GetSessionInfo obtains information about the session.
§Function Paramters
hSession: the session’s handlepInfo: receives session info