Function class_addProperty

Source
pub unsafe extern "C" fn class_addProperty(
    cls: Class,
    name: *const c_char,
    attributes: *const objc_property_attribute_t,
    attributeCount: c_uint,
) -> BOOL