Function gnunet_sys::GNUNET_BIO_write_spec_int32[][src]

pub unsafe extern "C" fn GNUNET_BIO_write_spec_int32(
    what: *const c_char,
    i: *mut i32
) -> GNUNET_BIO_WriteSpec

Create the specification to write an (u)int32_t.

@param what describes what is being written (for error message creation) @param i pointer to a 32-bit integer @return the write spec