Function windows_sys::Win32::System::Diagnostics::Debug::CopyContext

pub unsafe extern "system" fn CopyContext(
    destination: *mut CONTEXT,
    contextflags: CONTEXT_FLAGS,
    source: *const CONTEXT,
) -> BOOL