pub type PPTM_DEVICE_QUERY_GRANULARITY = Option<unsafe extern "system" fn() -> NTSTATUS>;

Aliased Type§

enum PPTM_DEVICE_QUERY_GRANULARITY {
    None,
    Some(unsafe extern "system" fn() -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> NTSTATUS)

Some value of type T.