[][src]Function libhydrogen_sys::hydro_bin2hex

pub unsafe extern "C" fn hydro_bin2hex(
    hex: *mut c_char,
    hex_maxlen: usize,
    bin: *const u8,
    bin_len: usize
) -> *mut c_char