pub type PREPLACE_MIRROR_PHYSICAL_MEMORY = Option<unsafe extern "system" fn(context: *const c_void, physicaladdress: i64, bytecount: i64) -> NTSTATUS>;

Aliased Type§

enum PREPLACE_MIRROR_PHYSICAL_MEMORY {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: i64, _: i64) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: i64, _: i64) -> NTSTATUS)

Some value of type T.