pub unsafe extern "C" fn objc_constructInstance(
    cls: *const objc_class,
    bytes: *mut c_void
) -> *mut objc_object
👎Deprecated:

Not needed since ARC

Available on apple only.