winapi::um::processthreadsapi

Function SetThreadContext

Source
pub unsafe extern "system" fn SetThreadContext(
    hThread: HANDLE,
    lpContext: *const CONTEXT,
) -> BOOL