pub unsafe extern "C" fn svn_opt_subcommand_takes_option4(
command: *const svn_opt_subcommand_desc3_t,
option_code: c_int,
global_options: *const c_int,
) -> svn_boolean_tExpand description
Return @c TRUE iff subcommand @a command supports option @a option_code, else return @c FALSE. If @a global_options is non-NULL, it is a zero-terminated array, and all subcommands take the options listed in it.
@since New in 1.11.