pub unsafe extern "C" fn svn_opt_get_canonical_subcommand3(
table: *const svn_opt_subcommand_desc3_t,
cmd_name: *const c_char,
) -> *const svn_opt_subcommand_desc3_tExpand description
Return the entry in @a table whose name matches @a cmd_name, or @c NULL if none. @a cmd_name may be an alias.
@since New in 1.11.