asdf-overlay-hook 2.0.4

Asdf Overlay Hook
Documentation
/* automatically generated by rust-bindgen 0.72.0 */

pub type PVOID = *mut ::core::ffi::c_void;
pub type LONG = ::core::ffi::c_long;
unsafe extern "stdcall" {
    #[doc = " Transaction APIs."]
    pub fn DetourTransactionBegin() -> LONG;
}
unsafe extern "stdcall" {
    pub fn DetourTransactionAbort() -> LONG;
}
unsafe extern "stdcall" {
    pub fn DetourTransactionCommit() -> LONG;
}
unsafe extern "stdcall" {
    pub fn DetourTransactionCommitEx(pppFailedPointer: *mut *mut PVOID) -> LONG;
}
unsafe extern "stdcall" {
    pub fn DetourAttach(ppPointer: *mut PVOID, pDetour: PVOID) -> LONG;
}