pub unsafe extern "C" fn svn_io_file_write(
file: *mut apr_file_t,
buf: *const c_void,
nbytes: *mut apr_size_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Wrapper for apr_file_write().
pub unsafe extern "C" fn svn_io_file_write(
file: *mut apr_file_t,
buf: *const c_void,
nbytes: *mut apr_size_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Wrapper for apr_file_write().