svn_io_file_read

Function svn_io_file_read 

Source
pub unsafe extern "C" fn svn_io_file_read(
    file: *mut apr_file_t,
    buf: *mut c_void,
    nbytes: *mut apr_size_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Wrapper for apr_file_read().