pub type PGET_RUNTIME_FUNCTION_CALLBACK = GET_RUNTIME_FUNCTION_CALLBACK;
Aliased Type§
enum PGET_RUNTIME_FUNCTION_CALLBACK {
None,
Some(unsafe extern "C" fn(_: u64, _: *mut c_void) -> *mut _IMAGE_RUNTIME_FUNCTION_ENTRY),
}
pub type PGET_RUNTIME_FUNCTION_CALLBACK = GET_RUNTIME_FUNCTION_CALLBACK;
enum PGET_RUNTIME_FUNCTION_CALLBACK {
None,
Some(unsafe extern "C" fn(_: u64, _: *mut c_void) -> *mut _IMAGE_RUNTIME_FUNCTION_ENTRY),
}