[][src]Type Definition pkcs11::functions::C_CloseSession

type C_CloseSession = extern "C" fn(hSession: CK_SESSION_HANDLE) -> CK_RV;

C_CloseSession closes a session between an application and a token.

Function Parameters

  • hSession: the session's handle