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