pub unsafe extern "C" fn TEE_DigestUpdate(
    operation: TEE_OperationHandle,
    chunk: *mut c_void,
    chunkSize: usize
)