pub unsafe extern "C-unwind" fn twz_rt_fd_cmd(
fd: descriptor,
cmd: fd_cmd,
arg: *mut c_void,
ret: *mut c_void,
) -> fd_cmd_err
Expand description
Perform a command on the descriptor. The arguments arg and ret are interpreted according to the command specified.