Function class_getProperty

Source
pub unsafe extern "C" fn class_getProperty(
    cls: *const objc_class,
    name: *const c_char,
) -> *const objc_property
Available on non-crate feature unstable-objfw only.