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),
}