pub unsafe extern "C" fn llama_sample_temp(
    ctx: *mut llama_context,
    candidates: *mut llama_token_data_array,
    temp: f32
)