Function objc_sys::method_setImplementation

source ยท
pub unsafe extern "C" fn method_setImplementation(
    method: *const objc_method,
    imp: IMP
) -> IMP
Available on non-crate feature unstable-objfw only.