protocol_addMethodDescription

Function protocol_addMethodDescription 

Source
pub unsafe extern "C" fn protocol_addMethodDescription(
    proto: *mut Protocol,
    name: Sel,
    types: *const i8,
    isRequiredMethod: bool,
    isInstanceMethod: bool,
)