pub type zend_module_dep = _zend_module_dep;Aliased Type§
#[repr(C)]pub struct zend_module_dep {
pub name: *const i8,
pub rel: *const i8,
pub version: *const i8,
pub type_: u8,
}Fields§
§name: *const i8§rel: *const i8§version: *const i8§type_: u8