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