pub unsafe extern "C" fn svn_opt_print_help4(
os: *mut apr_getopt_t,
pgm_name: *const c_char,
print_version: svn_boolean_t,
quiet: svn_boolean_t,
verbose: svn_boolean_t,
version_footer: *const c_char,
header: *const c_char,
cmd_table: *const svn_opt_subcommand_desc2_t,
option_table: *const apr_getopt_option_t,
global_options: *const c_int,
footer: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Same as svn_opt_print_help5(), but with a different version of the subcommand description table.
@since New in 1.8. @deprecated Provided for backward compatibility with the 1.10 API.