Function gnunet_sys::GNUNET_STRINGS_utf8_tolower[][src]

pub unsafe extern "C" fn GNUNET_STRINGS_utf8_tolower(
    input: *const c_char,
    output: *mut c_char
)

Convert the utf-8 input string to lower case. Output needs to be allocated appropriately.

@param input input string @param output output buffer