PREPLACE_GET_MEMORY_DESTINATION

Type Alias PREPLACE_GET_MEMORY_DESTINATION 

pub type PREPLACE_GET_MEMORY_DESTINATION = Option<unsafe extern "system" fn(context: *const c_void, sourceaddress: i64, destinationaddress: *mut i64) -> NTSTATUS>;

Aliased Type§

pub enum PREPLACE_GET_MEMORY_DESTINATION {
    None,
    Some(unsafe extern "system" fn(*const c_void, i64, *mut i64) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.