Function TerminateProcess

Source
pub unsafe extern "system" fn TerminateProcess(
    hProcess: HANDLE,
    uExitCode: UINT,
) -> BOOL