PFPGA_CONTROL_ERROR_REPORTING

Type Alias PFPGA_CONTROL_ERROR_REPORTING 

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

Aliased Type§

pub enum PFPGA_CONTROL_ERROR_REPORTING {
    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.