pub unsafe extern "C" fn falcon_keygen_make( rng: *mut shake256_context, logn: c_uint, privkey: *mut c_void, privkey_len: usize, pubkey: *mut c_void, pubkey_len: usize, tmp: *mut c_void, tmp_len: usize, ) -> c_int