winapi::um::errhandlingapi

Function RaiseException

Source
pub unsafe extern "system" fn RaiseException(
    dwExceptionCode: DWORD,
    dwExceptionFlags: DWORD,
    nNumberOfArguments: DWORD,
    lpArguments: *const ULONG_PTR,
)