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