minhook-detours-rs
Available on crates.io.
Rustic wrapper of minhook-detours-sys bindings.
Example
let mut guard = new?;
// The type of the hooked function, and of the detour.
type FunctionType = unsafe extern "system" fn ;
unsafe extern "system"
unsafe extern "system"
let original = guard.?;