Function NtTerminateProcess

pub unsafe extern "system" fn NtTerminateProcess(
    processhandle: HANDLE,
    exitstatus: NTSTATUS,
) -> NTSTATUS