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