SetThreadStackGuarantee method
Implementation
int SetThreadStackGuarantee(
ffi.Pointer<ffi.Uint64> StackSizeInBytes,
) {
return (_SetThreadStackGuarantee ??= _dylib.lookupFunction<
_c_SetThreadStackGuarantee,
_dart_SetThreadStackGuarantee>('SetThreadStackGuarantee'))(
StackSizeInBytes,
);
}