pub type php_stream_dirent = _php_stream_dirent;
#[repr(C)]pub struct php_stream_dirent { pub d_name: [i8; 256], pub d_type: u8, }
d_name: [i8; 256]
d_type: u8