pub type PENABLE_VIRTUALIZATION = Option<unsafe extern "system" fn() -> NTSTATUS>;
enum PENABLE_VIRTUALIZATION { None, Some(unsafe extern "system" fn() -> NTSTATUS), }
No value.
Some value of type T.
T