#[unsafe(no_mangle)]pub unsafe extern "C" fn A64HookFunction(
symbol: *mut c_void,
replace: *mut c_void,
result: *mut *mut c_void,
)Expand description
ARM64-specific hook function (alias for MSHookFunction).
This function is provided for compatibility with And64InlineHook API.
On ARM64 platforms, it behaves identically to MSHookFunction.
ยงSafety
Same safety requirements as MSHookFunction. See MSHookFunction for details.