pub unsafe extern "C" fn svn_opt_get_option_from_code(
code: c_int,
option_table: *const apr_getopt_option_t,
) -> *const apr_getopt_option_t
Expand description
Return the first entry from @a option_table whose option code is @a code, or @c NULL if no match. @a option_table must end with an element whose every field is zero.
@deprecated Provided for backward compatibility with the 1.3 API.