Function SetThreadContext

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