1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// This file is auto-generated by rute_gen. DO NOT EDIT. use std::cell::Cell; use std::marker::PhantomData; use std::rc::Rc; #[allow(unused_imports)] use std::ffi::{CString, CStr}; use rute_ffi_base::*; #[allow(unused_imports)] use auto::*;