ntfs_device_win32_pio
return ntfs_device_win32_pio(fd, pos, count, b, (void*)NULL);
return ntfs_device_win32_pio(fd, pos, count, (void*)NULL, b);
got = ntfs_device_win32_pio(fd, offset, count, b, (void*)NULL);
put = ntfs_device_win32_pio(fd, offset, count, (void*)NULL, b);