PasskeyDecipherImage method
int
PasskeyDecipherImage(
- Pointer<
Image> arg0, - Pointer<
StringInfo> arg1, - Pointer<
ExceptionInfo> arg2
Implementation
int PasskeyDecipherImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<StringInfo> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _PasskeyDecipherImage(
arg0,
arg1,
arg2,
);
}