Type Alias windows::Wdk::System::SystemServices::PREENUMERATE_SELF
pub type PREENUMERATE_SELF = Option<unsafe extern "system" fn(context: *const c_void)>;
Aliased Type§
enum PREENUMERATE_SELF {
None,
Some(unsafe extern "system" fn(_: *const c_void)),
}