pub type PFN_HidP_GetVersionInternal = Option<unsafe extern "system" fn(version: *mut u32) -> NTSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.