pub fn create_hook( target: *mut c_void, detour: *mut c_void, ) -> Result<*mut c_void>
Creates a hook for the specified target and detour.