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§

pub enum ENABLE_VIRTUALIZATION {
    None,
    Some(unsafe extern "system" fn(*mut c_void, u16, bool, bool, bool) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void, u16, bool, bool, bool) -> NTSTATUS)

Some value of type T.