Function windows::Wdk::System::Threading::NtTerminateProcess

pub unsafe fn NtTerminateProcess<P0, P1>(
    processhandle: P0,
    exitstatus: P1,
) -> NTSTATUS
where P0: Param<HANDLE>, P1: Param<NTSTATUS>,