pub unsafe extern "C" fn crypto_core_hsalsa20( out: *mut [u8; 32], in_: *const [u8; 16], k: *const [u8; 32], c: *const [u8; 16], ) -> c_int