pub unsafe extern "C" fn llama_apply_lora_from_file(
    ctx: *mut llama_context,
    path_lora: *const c_char,
    scale: f32,
    path_base_model: *const c_char,
    n_threads: i32
) -> i32