Function class_replaceProperty

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