pub type PGET_RUNTIME_FUNCTION_CALLBACK = GET_RUNTIME_FUNCTION_CALLBACK;
Aliased Type§
pub 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;
pub enum PGET_RUNTIME_FUNCTION_CALLBACK {
None,
Some(unsafe extern "C" fn(u64, *mut c_void) -> *mut _IMAGE_RUNTIME_FUNCTION_ENTRY),
}