Function objc_sys::objc_copyClassList
source ยท pub unsafe extern "C" fn objc_copyClassList(
out_len: *mut c_uint
) -> *mut *const objc_class
Expand description
The returned array is deallocated with free
.
pub unsafe extern "C" fn objc_copyClassList(
out_len: *mut c_uint
) -> *mut *const objc_class
The returned array is deallocated with free
.