pub unsafe extern "C" fn cuda_glwe_sample_extract_64(
stream: *mut c_void,
gpu_index: u32,
lwe_array_out: *mut c_void,
glwe_array_in: *const c_void,
nth_array: *const u32,
num_nths: u32,
lwe_per_glwe: u32,
glwe_dimension: u32,
polynomial_size: u32,
)