pub unsafe extern "C" fn falcon_verify_finish(
sig: *const c_void,
sig_len: usize,
sig_type: c_int,
pubkey: *const c_void,
pubkey_len: usize,
hash_data: *mut shake256_context,
tmp: *mut c_void,
tmp_len: usize,
) -> c_int