Function gnunet_sys::GNUNET_BIO_write_spec_object[][src]

pub unsafe extern "C" fn GNUNET_BIO_write_spec_object(
    what: *const c_char,
    source: *mut c_void,
    size: usize
) -> GNUNET_BIO_WriteSpec

Create the specification to read some bytes.

@param what describes what is being written (for error message creation) @param source the data to write @param size how many bytes should be written @return the write spec