pub unsafe extern "system" fn RawSCSIVirtualDisk(
    virtualdiskhandle: HANDLE,
    parameters: *const RAW_SCSI_VIRTUAL_DISK_PARAMETERS,
    flags: RAW_SCSI_VIRTUAL_DISK_FLAG,
    response: *mut RAW_SCSI_VIRTUAL_DISK_RESPONSE
) -> WIN32_ERROR
Expand description

Required features: "Win32_Storage_Vhd", "Win32_Foundation"