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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.