pub unsafe extern "C" fn crypto_chacha20_h(
    out: *mut u8,
    key: *const u8,
    in_: *const u8
)