task_kill - Kill the provided task.
#include <magenta/syscalls.h>
mx_status_t mx_task_kill(mx_handle_t handle);
This kills the given process, thread or job.
If a process or thread uses this syscall to kill itself, this syscall does not return.
MX_ERR_ACCESS_DENIED handle does not have MX_RIGHT_DESTROY.