pub unsafe extern "C" fn zx_mtrace_control(
    handle: zx_handle_t,
    kind: u32,
    action: u32,
    options: u32,
    ptr: *mut u8,
    ptr_size: usize
) -> zx_status_t