pub fn get_foreign_mod_children<'tcx>( tcx: TyCtxt<'tcx>, def_id: RDefId, ) -> Vec<RDefId>
Gets the children of an extern block. Empty if the block is not defined in the current crate.
extern