Function dobby_api::undo_hook

source ·
pub unsafe fn undo_hook(undo_addr: Address) -> Result<(), Error>
Expand description

Undo the Hook at the specified address

Errors

Failed to undo hook

Safety

Hook can cause all kinds of undefined behavior, so it’s unsafe