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