pub fn select_raw_handle_infos(
    handle_defs: &[zx_handle_info_t],
    indices: &[usize]
) -> Vec<zx_handle_info_t>
Expand description

Copies raw handles from the given indices to a new vector.