pub unsafe extern "C" fn Tcl_FindCommand(
interp: *mut Tcl_Interp,
name: *const c_char,
contextNsPtr: *mut Tcl_Namespace,
flags: c_int,
) -> Tcl_Commandpub unsafe extern "C" fn Tcl_FindCommand(
interp: *mut Tcl_Interp,
name: *const c_char,
contextNsPtr: *mut Tcl_Namespace,
flags: c_int,
) -> Tcl_Command