GetCurrentActCtx method
Implementation
int GetCurrentActCtx(
ffi.Pointer<ffi.Pointer<ffi.Void>> lphActCtx,
) {
return (_GetCurrentActCtx ??=
_dylib.lookupFunction<_c_GetCurrentActCtx, _dart_GetCurrentActCtx>(
'GetCurrentActCtx'))(
lphActCtx,
);
}