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