class_getClassMethod

Function class_getClassMethod 

Source
pub unsafe extern "C" fn class_getClassMethod(
    cls: *const Class,
    name: Sel,
) -> *const Method