ZombifyActCtx method

int ZombifyActCtx(
  1. Pointer<Void> hActCtx
)

Implementation

int ZombifyActCtx(
  ffi.Pointer<ffi.Void> hActCtx,
) {
  return _ZombifyActCtx(
    hActCtx,
  );
}