pub unsafe extern "C" fn ggml_new_tensor(
    ctx: *mut ggml_context,
    type_: ggml_type,
    n_dims: c_int,
    ne: *const i64
) -> *mut ggml_tensor