pub unsafe extern "C" fn nctab_set_name( t: *mut nctab, newname: *const c_char, ) -> c_int
Change the name of ‘t’. Returns -1 if ‘newname’ is NULL, and 0 otherwise.