pub type C_GetObjectSize = extern "C" fn(hSession: CK_SESSION_HANDLE, hObject: CK_OBJECT_HANDLE, pulSize: CK_ULONG_PTR) -> CK_RV;Expand description
C_GetObjectSize gets the size of an object in bytes.
§Function Parameters
hSession: the session’s handlehObject: the object’s handlepulSize: receives size of object