pub unsafe extern "C" fn class_addProperty(
    cls: *mut objc_class,
    name: *const c_char,
    attributes: *const objc_property_attribute_t,
    attributes_count: c_uint
) -> BOOL
Available on non-objfw only.