Type Alias ENABLE_VIRTUALIZATION
pub type ENABLE_VIRTUALIZATION = Option<unsafe extern "system" fn(context: *mut c_void, numvfs: u16, enablevfmigration: bool, enablemigrationinterrupt: bool, enablevirtualization: bool) -> NTSTATUS>;
Aliased Type§
enum ENABLE_VIRTUALIZATION {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: u16, _: bool, _: bool, _: bool) -> NTSTATUS),
}