pub unsafe extern "C-unwind" fn twz_rt_fd_get_info(
fd: descriptor,
info: *mut fd_info,
) -> bool
Expand description
Get information about a descriptor. If this returns true, the fd was valid and the data pointed to by info is filled with fd_info data.