Function objc_sys::class_copyPropertyList

source ยท
pub unsafe extern "C" fn class_copyPropertyList(
    cls: *const objc_class,
    out_len: *mut c_uint
) -> *mut *const objc_property
Available on non-crate feature unstable-objfw only.
Expand description

The returned array is deallocated with free.