pub unsafe extern "C" fn crypto_core_salsa20( out: *mut c_uchar, in_: *const c_uchar, k: *const c_uchar, c: *const c_uchar, ) -> c_int