CloseEncryptedFileRaw method
Implementation
void CloseEncryptedFileRaw(
ffi.Pointer<ffi.Void> pvContext,
) {
return (_CloseEncryptedFileRaw ??= _dylib.lookupFunction<
_c_CloseEncryptedFileRaw,
_dart_CloseEncryptedFileRaw>('CloseEncryptedFileRaw'))(
pvContext,
);
}