pub unsafe extern "C" fn ggml_new_tensor_1d(
    ctx: *mut ggml_context,
    type_: ggml_type,
    ne0: i64
) -> *mut ggml_tensor