pub unsafe extern "C" fn cuda_integer_decompress_radix_ciphertext_64(
streams: CudaStreamsFFI,
lwe_array_out: *mut CudaLweCiphertextListFFI,
glwe_in: *const CudaPackedGlweCiphertextListFFI,
indexes_array: *const u32,
bsks: *const *mut c_void,
mem_ptr: *mut i8,
)