Function objc_sys::objc_copyProtocolList
source ยท pub unsafe extern "C" fn objc_copyProtocolList(
out_len: *mut c_uint
) -> *mut *const objc_protocol
Available on non-crate feature
unstable-objfw
only.Expand description
The returned array is deallocated with free
.