pub unsafe extern "C" fn cuda_programmable_bootstrap_lwe_ciphertext_vector_128(
stream: *mut c_void,
gpu_index: u32,
lwe_array_out: *mut c_void,
lut_vector: *const c_void,
lwe_array_in: *const c_void,
bootstrapping_key: *const c_void,
buffer: *mut i8,
lwe_dimension: u32,
glwe_dimension: u32,
polynomial_size: u32,
base_log: u32,
level_count: u32,
num_samples: u32,
)