FindVolumeMountPointClose method

int FindVolumeMountPointClose(
  1. Pointer<Void> hFindVolumeMountPoint
)

Implementation

int FindVolumeMountPointClose(
  ffi.Pointer<ffi.Void> hFindVolumeMountPoint,
) {
  return (_FindVolumeMountPointClose ??= _dylib.lookupFunction<
      _c_FindVolumeMountPointClose,
      _dart_FindVolumeMountPointClose>('FindVolumeMountPointClose'))(
    hFindVolumeMountPoint,
  );
}