pub type EvFileDir = _evfiledir_t;
#[repr(C)]pub struct EvFileDir { pub filename: *const i8, pub pathname: *const i8, pub depth: u32, }
filename: *const i8
pathname: *const i8
depth: u32