pub unsafe extern "C" fn svn_io_is_binary_data(
buf: *const c_void,
len: apr_size_t,
) -> svn_boolean_t
Expand description
Examine up to @a len bytes of data in @a buf to determine if the can be considered binary data, in which case return TRUE. If the data can be considered plain-text data, return FALSE.
@since New in 1.7.