pub unsafe extern "C" fn class_addmethod(
    c: *mut _class,
    fn_: t_method,
    sel: *mut t_symbol,
    arg1: t_atomtype,
     ...
)