CloseEncryptedFileRaw method

void CloseEncryptedFileRaw(
  1. Pointer<Void> pvContext
)

Implementation

void CloseEncryptedFileRaw(
  ffi.Pointer<ffi.Void> pvContext,
) {
  return _CloseEncryptedFileRaw(
    pvContext,
  );
}