pub unsafe fn hook( target_func_addr: Address, replace_func_addr: Address, ori_func_save: Option<&mut Address> ) -> Result<(), Error>
Replace a function call
Failed to apply hook
Hook can cause all kinds of undefined behavior, so it’s unsafe