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