pub unsafe extern "C" fn sodium_bin2hex(
    hex: *mut c_char,
    hex_maxlen: size_t,
    bin: *const c_uchar,
    bin_len: size_t
) -> *mut c_char