Function gnunet_sys::GNUNET_BIO_write_int32[][src]

pub unsafe extern "C" fn GNUNET_BIO_write_int32(
    h: *mut GNUNET_BIO_WriteHandle,
    what: *const c_char,
    i: i32
) -> c_int

Write an (u)int32_t.

@param h the IO handle to write to @param what what is being written (for error message creation) @param i 32-bit integer to write @return #GNUNET_OK on success, #GNUNET_SYSERR on error