Function gnunet_sys::GNUNET_STRINGS_base64_encode[][src]

pub unsafe extern "C" fn GNUNET_STRINGS_base64_encode(
    in_: *const c_void,
    len: usize,
    output: *mut *mut c_char
) -> usize

Encode into Base64.

@param data the data to encode @param len the length of the input @param output where to write the output (*output should be NULL, is allocated) @return the size of the output