method_setImplementation

Function method_setImplementation 

Source
pub unsafe extern "C" fn method_setImplementation(
    method: *mut Method,
    imp: unsafe extern "C" fn(),
) -> unsafe extern "C" fn()