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

Required features: "Win32_Foundation"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.