Function Tcl_ExposeCommand

Source
pub unsafe extern "C" fn Tcl_ExposeCommand(
    interp: *mut Tcl_Interp,
    hiddenCmdToken: *const c_char,
    cmdName: *const c_char,
) -> c_int