IsNativeVhdBoot method
Implementation
int IsNativeVhdBoot(
ffi.Pointer<ffi.Int32> NativeVhdBoot,
) {
return (_IsNativeVhdBoot ??=
_dylib.lookupFunction<_c_IsNativeVhdBoot, _dart_IsNativeVhdBoot>(
'IsNativeVhdBoot'))(
NativeVhdBoot,
);
}