pub unsafe extern "C" fn nctabbed_set_separator( nt: *mut nctabbed, separator: *const c_char, ) -> c_int
Change the tab separator for ‘nt’. Returns -1 if ‘separator’ is not NULL and is not a valid string, and 0 otherwise.