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