pub type svn_version_func_t = Option<unsafe extern "C" fn() -> *const svn_version_t>;
Expand description
Type of function returning library version.
@since New in 1.6.
Aliased Type§
pub enum svn_version_func_t {
None,
Some(unsafe extern "C" fn() -> *const svn_version_t),
}