Type Alias NPEM_CONTROL_SET_STANDARD_CONTROL
pub type NPEM_CONTROL_SET_STANDARD_CONTROL = Option<unsafe extern "system" fn(context: *const c_void, standardcontrol: NPEM_CONTROL_STANDARD_CONTROL_BIT, set: bool) -> NTSTATUS>;Aliased Type§
pub enum NPEM_CONTROL_SET_STANDARD_CONTROL {
None,
Some(unsafe extern "system" fn(*const c_void, NPEM_CONTROL_STANDARD_CONTROL_BIT, bool) -> NTSTATUS),
}