Type Definition pkcs11::functions::C_CloseSession

source ·
pub type C_CloseSession = extern "C" fn(hSession: CK_SESSION_HANDLE) -> CK_RV;
Expand description

C_CloseSession closes a session between an application and a token.

Function Parameters

  • hSession: the session’s handle