# zx_mtrace_control ## NAME mtrace_control - TODO(ZX-3106) ## SYNOPSIS ``` #include zx_status_t zx_mtrace_control(zx_handle_t handle, uint32_t kind, uint32_t action, uint32_t options, void* ptr, size_t ptr_size); ``` ## DESCRIPTION TODO(ZX-3106) ## RIGHTS *handle* must have resource kind **ZX_RSRC_KIND_ROOT**. ## RETURN VALUE TODO(ZX-3106) ## ERRORS TODO(ZX-3106) ## SEE ALSO TODO(ZX-3106)