pub type PQUERY_APPINSTANCE_VERSION = Option<unsafe extern "system" fn(appinstanceid: *const GUID, instanceversionhigh: *mut u64, instanceversionlow: *mut u64, versionstatus: *mut NTSTATUS) -> u32>;

Aliased Type§

enum PQUERY_APPINSTANCE_VERSION {
    None,
    Some(unsafe extern "system" fn(_: *const GUID, _: *mut u64, _: *mut u64, _: *mut NTSTATUS) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const GUID, _: *mut u64, _: *mut u64, _: *mut NTSTATUS) -> u32)

Some value of type T.