Skip to main content

forge_hook_createWithContext

Function forge_hook_createWithContext 

Source
pub unsafe extern "C" fn forge_hook_createWithContext(
    target: *const c_void,
    detour: *const c_void,
    original: *mut *const c_void,
    context: *const c_void,
) -> Hook